netty5/codec-http2
Norman Maurer 371c431b6b Don't send window update frame for unconsumed bytes when stream is already closed (#9816)
Motivation:

At the moment we send a window update frame for the connection + stream when a stream is closed and there are unconsumed bytes left. While we need to do this for the connection it makes no sense to write a window update frame for the stream itself as it is already closed

Modifications:

- Don't write the window update frame for the stream when the stream is closed
- Add unit test

Result:

Don't write the window frame for closed streams
2019-11-28 09:06:44 +01:00
..
src Don't send window update frame for unconsumed bytes when stream is already closed (#9816) 2019-11-28 09:06:44 +01:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00