netty5/codec-http2/src
Scott Mitchell 614b9e0f25 Add tests for Http2MultiplexChannel close promise completion consistency with AbstractChannel
Motivation:
The completion order of promises in Http2MultiplexChannel#close should be consistent with that of AbstractChannel. Otherwise this may result in Future listeners seeing incorrect channel state.

Modifications:
Add tests cases.

Result:
Ensure consistent behavior between Http2MultiplexChannel and AbstractChannel.
2018-01-27 08:57:17 +01:00
..
main/java/io/netty/handler/codec/http2 Correctly handle multiple calls to DefaultHttp2StreamChannel.Unsafe.close(...) 2018-01-27 08:55:35 +01:00
test Add tests for Http2MultiplexChannel close promise completion consistency with AbstractChannel 2018-01-27 08:57:17 +01:00