netty5/codec-http2
Bryce Anderson 7b946a781e
Make sure we always flush window update frames in AbstractHttp2StreamChannel (#10075)
Motivation:

Under certain read patters the AbstractHttp2StreamChannel can fail to
flush, resulting in flow window starvation.

Modifications:

- Ensure we flush if we exit the `doBeginRead()` method.
- Account for the Http2FrameCodec always synchronously finishing writes
  of window update frames.

Result:

Fixes #10072
2020-03-04 10:50:41 +01:00
..
src Make sure we always flush window update frames in AbstractHttp2StreamChannel (#10075) 2020-03-04 10:50:41 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-02-28 06:37:33 +00:00