UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

Add support for HEADERS frames #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We currently do not support:
2.7.3 RST_STREAM
2.7.4 HELLO
2.7.5 NOOP
2.7.6 PING
2.7.7 GOAWAY
2.7.8 HEADERS

We need to add support for these. In addition, we should generate RST_STREAM 
frames when the stream queue depth reaches a certain point.

Original issue reported on code.google.com by bmcqu...@google.com on 25 Feb 2010 at 8:36

GoogleCodeExporter commented 8 years ago
We now support almost all of these; however, for now we still do not support 
HEADERS frames, which needs to be fixed.

Original comment by mdste...@google.com on 20 Dec 2011 at 10:34

GoogleCodeExporter commented 8 years ago
Fixed in trunk in r215.

Original comment by mdste...@google.com on 22 Dec 2011 at 4:00