netty5/codec-http2/src
Scott Mitchell 46dac128f7
Http2FrameCodec WindowUpdate bug
Motivation:
Http2FrameCodec increases the initialWindowSize when the user attempts to increase the connection flow control window. The initialWindowSize should only be touched as a result of a SETTINGS frame, and otherwise may result in flow control getting out of sync with our peer.

Modifications:
- Http2FrameCodec shouldn't update the initialWindowSize when a WindowUpdateFrame is written on the connection channel

Result:
More correct WindowUpdate processing.
2018-01-22 11:17:56 -08:00
..
main/java/io/netty/handler/codec/http2 Http2FrameCodec WindowUpdate bug 2018-01-22 11:17:56 -08:00
test Http2FrameCodec WindowUpdate bug 2018-01-22 11:17:56 -08:00