Переглянути джерело

Add changes file for server-side optimistic data patch

Nick Mathewson 14 роки тому
батько
коміт
6a97450cbd
1 змінених файлів з 6 додано та 0 видалено
  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.)