netty5/codec-stomp
Trustin Lee a852ee4154 Fix StompSubframeEncoderTest failure
Motivation:

StompSubframeEncoderTest fails because StompHeaders does not respect the order of the headers set.

Modifications:

Use LinkedHashMap instead of HashMap

Result:

Fixes test failures
2014-06-05 17:04:58 +09:00
..
src Fix StompSubframeEncoderTest failure 2014-06-05 17:04:58 +09:00
pom.xml Introduce MessageAggregator and DecoderResultProvider 2014-06-05 16:51:14 +09:00