summaryrefslogtreecommitdiff
path: root/changes/prop174_server
diff options
context:
space:
mode:
Diffstat (limited to 'changes/prop174_server')
-rw-r--r--changes/prop174_server6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/prop174_server b/changes/prop174_server
new file mode 100644
index 0000000000..a2fb39fade
--- /dev/null
+++ b/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.)