netty5/codec-http
Xiaoyan Lin 1edf9eb94c Fix InternalAttribute.equals
Motivation:

InternalAttribute doesn't extend Attribute, but its equals only returns true when it compares with an Attribute. So it will return false when comparing with itself.

Modifications:

Make sure InternalAttribute return false for non InternalAttribute objects.

Result:

InternalAttribute's equals works correctly.
2016-01-11 09:25:54 +01:00
..
src Fix InternalAttribute.equals 2016-01-11 09:25:54 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00