netty5/codec-http2/src
Oliver Gould f2ce28bf18 Satisfy write promise when writing an Http2WindowUpdateFrame to Http2FrameCodec.
Motivation:

When writing an Http2WindowUpdateFrame to an Http2FrameCodec, the
ChannelPromise is never satisfied, so callers cannot generically rely on the
write future being satisfied on success.

Modifications:

When writing Http2WindowUpdateFrame, Http2FrameCodec now satisfies the
ChannelPromise immediately.

Result:

The write future is satisfied on successful writes.

Fixes netty/netty#5530.
2016-07-13 21:31:34 +02:00
..
main/java/io/netty/handler/codec/http2 Satisfy write promise when writing an Http2WindowUpdateFrame to Http2FrameCodec. 2016-07-13 21:31:34 +02:00
test DefaultPromise make listeners not volatile 2016-07-07 12:53:03 -07:00