netty5/codec-http2
Bryce Anderson 7eadca1eeb 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 11:00:26 +01:00
..
src Make sure we always flush window update frames in AbstractHttp2StreamChannel (#10075) 2020-03-04 11:00:26 +01:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00