prop174_server 338 B

123456
  1. o Features:
  2. - Servers now accept and queue data on not-yet-connected
  3. streams. Previously, such data wasn't allowed. This forced
  4. clients to wait for a CONNECTED cell before sending their
  5. data, thus adding a round trip to stream setup. (Patch from
  6. Ian Goldberg; implements the server side of Proposal 174.)