netty5/codec-http2
Adrian Cole a956f6fb43 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 06:56:17 +01:00
..
src Zero length data frames should apply flow control. 2015-01-23 06:56:17 +01:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:53:35 +09:00