netty5/codec-http/src
Xiaoyan Lin 0ae6f17285 Fix unnecessary boxing and incorrect Serializable
Motivation:

- AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams can be the primitive boolean
- SpdySession.StreamComparator should not be Serializable since SpdySession is not Serializable

Modifications:

Use boolean instead and remove Serializable

Result:

- Minor improvement for AbstractHttp2ConnectionHandlerBuilder
- StreamComparator is not Serializable any more
2015-12-31 10:45:24 +01:00
..
main/java/io/netty/handler/codec Fix unnecessary boxing and incorrect Serializable 2015-12-31 10:45:24 +01:00
test Fix buffer leak introduced by 693633eeff 2015-12-29 17:13:07 +01:00