netty5/codec-stomp/src
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
..
main/java/io/netty/handler/codec/stomp Fix StompFrame.copy() does not copy headers 2018-01-26 08:30:12 +01:00
test/java/io/netty/handler/codec/stomp Fix StompFrame.copy() does not copy headers 2018-01-26 08:30:12 +01:00