netty5/codec-http2
nmittler 3ffd205f57 Adding padding to HTTP/2 flow control.
Motivation:

We're currently out-of-spec with HTTP/2 in that we don't include padding
in the flow control logic.

Modifications:

Modified both DefaultHttp2InboundFlowController and
DefaultHttp2OutboundFlowController to properly take padding into
account. Outbound is more complicated since padding has to be properly
accounted for when splitting frames.

Result:

HTTP/2 codec properly flow controls padding.
2014-08-22 13:22:21 -07:00
..
src Adding padding to HTTP/2 flow control. 2014-08-22 13:22:21 -07:00
pom.xml Upgrading to HTTP/2 draft 14 framing 2014-08-18 07:39:36 -07:00