소스 검색

Add changes file for server-side optimistic data patch

Nick Mathewson 15 년 전
부모
커밋
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.)