netty5/codec-http2
Norman Maurer 6a3723c619 Respect ctx.read() calls while processing reads for the child channels when using the Http2MultiplexCodec. (#8617)
Motivation:

We did not correct respect ctx.read() calls while processing a read for a child Channel. This could lead to read stales when auto read is disabled and no other read was requested.

Modifications:

- Keep track of extra read() calls while processing reads
- Add unit tests that verify that read() is respected when triggered either in channelRead(...) or channelReadComplete(...)

Result:

Fixes https://github.com/netty/netty/issues/8209.
2018-12-05 15:29:38 +01:00
..
src Respect ctx.read() calls while processing reads for the child channels when using the Http2MultiplexCodec. (#8617) 2018-12-05 15:29:38 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00