netty5/codec-http2
Adrian Cole c6bfc92df1 Zero length data frames should apply flow control.
Motivation:
A downstream consumer of Netty failed as emitting zero-length http2 data frames in a unit test resulted in assertion errors in Http2LocalFlowController. Since zero-length frames are valid, an assertion that http2 data frame length must be positive is invalid.

Modifications:

Assertions of data length in Http2LocalFlowController now permit zero.

Result:

Those running netty with assertions on can now emit zero length http2 data frames.
2015-01-23 11:07:46 -05:00
..
src Zero length data frames should apply flow control. 2015-01-23 11:07:46 -05:00
pom.xml Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00