netty5/codec-http2/src
Nikolay Fedorovskikh e500755086 Remove double comparing of content out of the DefaultHttp2GoAwayFrame.equals()
Motivation:
In `DefaultHttp2GoAwayFrame.equals()` a content compared twice: explicitly and in the `super` method.

Modifications:
Remove explicit content comparision.
Make `hashCode()` consistent with `equals()`.

Result:
A `DefaultHttp2GoAwayFrame.equals()` work faster.
2017-09-07 08:30:43 +02:00
..
main/java/io/netty/handler/codec/http2 Remove double comparing of content out of the DefaultHttp2GoAwayFrame.equals() 2017-09-07 08:30:43 +02:00
test Not add inboundStreamHandler for outbound streams created by Http2MultiplexCodec. 2017-09-06 08:37:29 +02:00