5759f1d396
Motivation: Currently when receiving DATA/HEADERS frames, we throw Http2Exception (a connection error) instead of Http2StreamException (stream error). This is incorrect according to the HTTP/2 spec. Modifications: Updated various places in the encoder and decoder that were out of spec WRT connection/state checking. Result: Stream state verification is properly handled. |
||
---|---|---|
.. | ||
src | ||
pom.xml |