Pārlūkot izejas kodu

Add changes file for server-side optimistic data patch

Nick Mathewson 14 gadi atpakaļ
vecāks
revīzija
6a97450cbd
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      changes/prop174_server

+ 6 - 0
changes/prop174_server

@@ -0,0 +1,6 @@
+  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.)