netty5/codec-http2/src
Norman Maurer 1881b8c781 Fix incorrect assert in Http2MultiplexCodec caused by 9f9aa1a.
Motivation:

9f9aa1a did some changes related to fixing how we handle ctx.read() in child channel but did incorrectly change some assert.

Modifications:

Fix assert to be correct.

Result:

Code does not throw an AssertionError due incorrect assert check.
2018-12-07 21:00:51 +01:00
..
main/java/io/netty/handler/codec/http2 Fix incorrect assert in Http2MultiplexCodec caused by 9f9aa1a. 2018-12-07 21:00:51 +01:00
test Respect ctx.read() calls while processing reads for the child channels when using the Http2MultiplexCodec. (#8617) 2018-12-05 15:29:38 +01:00