浏览代码

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.)