Export to GitHub

mod-spdy - issue #9

Add support for HEADERS frames


Posted on Feb 25, 2010 by Swift Wombat

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.

Comment #1

Posted on Dec 20, 2011 by Massive Bear

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

Comment #2

Posted on Dec 22, 2011 by Massive Bear

Fixed in trunk in r215.

Status: Fixed

Labels:
Type-Defect Priority-Medium