Commit 6a97450c authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Add changes file for server-side optimistic data patch

parent fe9de923
Loading
Loading
Loading
Loading

changes/prop174_server

0 → 100644
+6 −0
Original line number Diff line number Diff line
  o Features:
    - Servers now accept and queue data on not-yet-connected
      streams.  Previously, such data wasn't allowed.  This forced
      clients to wait for a CONNECTED cell before sending their
      data, thus adding a round trip to stream setup.  (Patch from
      Ian Goldberg; implements the server side of Proposal 174.)