netty5/codec
Scott Mitchell 1c14e5bd4c STOMP Headers Name Comparator
Motivation:
The HashingStrategy for DefaultStompHeaders was using the java .equals() method which would fail to compare String, AsciiString, and other CharSequence objects as equal.

Modification:
- Use AsciiString.CASE_SENSITIVE_HASHER for DefaultStompHeaders

Result:
DefaultStompHeaders work with all CharSequence objects.
Fixes https://github.com/netty/netty/issues/4247
2015-09-23 16:47:22 -07:00
..
src STOMP Headers Name Comparator 2015-09-23 16:47:22 -07:00
pom.xml Refactor tests for compression codecs 2015-04-10 15:50:20 +02:00