netty5/codec-stomp/src/test/java/io/netty/handler/codec/stomp
amizurov 4afabd3f3c Fix StompFrame.copy() does not copy headers
Motivation:
Incorrect behavior for StompFrame.copy() method.

Modification:
Added copying of frame headers

Result:
When you call the StompFrame.copy() method, the headers are also copied.

Fixes [#7561].
2018-01-26 08:30:12 +01:00
..
DefaultStompFrameTest.java Fix StompFrame.copy() does not copy headers 2018-01-26 08:30:12 +01:00
StompHeadersTest.java fixed "sensative" typo to read "sensitive" 2016-02-17 08:18:11 -08:00
StompSubframeAggregatorTest.java Better parsing for STOMP body with no length. 2015-09-29 16:09:54 +02:00
StompSubframeDecoderTest.java Fix StompSubframeDecoder.readHeaders produce not any notification when parsed line that contains multiple colon 2017-08-29 22:06:45 +02:00
StompSubframeEncoderTest.java Fix buffer leaks in tests 2016-12-03 20:11:25 +01:00
StompTestConstants.java Fix StompSubframeDecoder.readHeaders produce not any notification when parsed line that contains multiple colon 2017-08-29 22:06:45 +02:00