netty5/codec-http2/src/test
Norman Maurer 49d1db4113 Http2MultiplexCodec.DefaultHttpStreamChannel.isOpen() / isActive() shoule be false when fireChannelActive() is called
Motivation:

When part of a HTTP/2 StreamChannel the Http2StreamChannel.isOpen() / isActive() should report false within a call to a ChannelInboundHandlers channelInactive() method.

Modifications:

Fullfill promise before call fireChannelInactive()

Result:

Correctly update state / promise before notify handlers. Fixes [#7638]
2018-01-26 17:34:37 -08:00
..
java/io/netty/handler/codec/http2 Http2MultiplexCodec.DefaultHttpStreamChannel.isOpen() / isActive() shoule be false when fireChannelActive() is called 2018-01-26 17:34:37 -08:00
resources/io/netty/handler/codec/http2/testdata Ensure the tests complete on java7 and java9 as well. 2017-09-04 20:20:04 +02:00