netty5/codec-http2/src
Jakob Buchgraber 3440eadb38 Http2ConnectionHandler should propagate channelActive and channelInactive events.
Motivation:

The Http2ConnectionHandler incorrectly doesn't propagate channelActive and channelInactive events and thus breaks the pipeline
for other ChannelHandler.

Modification:

- Add calls to super.channelActive() and super.channelInactive().
- Remove unused methods.

Result:

- Http2ConnectionHandler can be used with other ChannelHandlers.
2015-04-28 20:13:38 -07:00
..
main/java/io/netty/handler/codec/http2 Http2ConnectionHandler should propagate channelActive and channelInactive events. 2015-04-28 20:13:38 -07:00
test/java/io/netty/handler/codec/http2 Optimizing user-defined stream properties. 2015-04-23 12:41:14 -07:00