27397e87b2
Motivation: Http2MultiplexCodec extends Http2FrameCodec extends Http2ConnectionHandler. It appears Http2MultiplexCodec overrode the channelWritabilityChanged method, which prevented the flow controller from becoming active. In the case the parent channel becomes unwritable, and then later becomes writable, it needs to indicate that the child channels can still write data. This is slightly confusing, because the child channels may still themselves be unwritable, but should still drain their data to the parent channel. Modification: Still propagate writability changes to the HTTP/2 flow controller Result: Fixes https://github.com/netty/netty/issues/9636 |
||
---|---|---|
.. | ||
src | ||
pom.xml |