netty5/codec-http2/src
buchgr 328510468c Complete ChannelPromise for Http2WindowUpdateFrames in Http2FrameCodec. Fixes #5530
Motivation:

The channel promise of a window update frame is not completed correctly,
depending on the failure or success of the operation.

Modification:

Succeed / Fail the promise if the window update succeeds / fails.

Result:

Correctly succeed / fail the promise.
2016-07-15 17:29:41 +02:00
..
main/java/io/netty/handler/codec/http2 Complete ChannelPromise for Http2WindowUpdateFrames in Http2FrameCodec. Fixes #5530 2016-07-15 17:29:41 +02:00
test Complete ChannelPromise for Http2WindowUpdateFrames in Http2FrameCodec. Fixes #5530 2016-07-15 17:29:41 +02:00