netty5/codec-http2/src
Nikolay Fedorovskikh de9e666493 Fix hashCode() in Http2StreamChannelId
Motivation:
In `Http2StreamChannelId` a `hashCode()` is not consistent with `equals()`.

Modifications:
Make a `Http2StreamChannelId.hashCode()` consistent with `equals()`.

Result:
Faster hash map's operations where the Http2StreamChannelId as keys.
2017-09-08 10:38:16 +02:00
..
main/java/io/netty/handler/codec/http2 Fix hashCode() in Http2StreamChannelId 2017-09-08 10:38:16 +02:00
test Not add inboundStreamHandler for outbound streams created by Http2MultiplexCodec. 2017-09-06 08:37:29 +02:00