netty5/codec-http/src/main/java/io/netty
Norman Maurer 4d6b006fe6
Correctly take status into account when compare DefaultHttpResponse (#7965)
Motivation:

DefaultHttpResponse did not respect its status when compute the hashCode and check for equality.

Modifications:

Correctly implement hashCode and equals

Result:

Fixes https://github.com/netty/netty/issues/7964.
2018-05-24 20:13:21 +02:00
..
handler/codec Correctly take status into account when compare DefaultHttpResponse (#7965) 2018-05-24 20:13:21 +02:00