netty5/codec-http2
Scott Mitchell 36d5d0ea27 Http2ConnectionHandler channelInactive sequencing
Motivation:
ByteToMessageDecoder may call decode after channelInactive is called. This will lead to a NPE.

Modifications:
- Call super.channelInactive() before we process the event in Http2ConnectionHandler

Result:
No more NPE in decode.
2015-08-26 15:32:00 -07:00
..
src Http2ConnectionHandler channelInactive sequencing 2015-08-26 15:32:00 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-03-03 08:30:59 -05:00