netty5/codec/src
Scott Mitchell 675980c7ff Lz4FrameEncoder incorrect usage of internalNioBuffer
Motivation:
Lz4FrameEncoder uses internalNioBuffer but always passes in a value of 0 for the index. This should be readerIndex().

Modifications:
- change 0 to readerIndex()

Result:
More correct usage of internalNioBuffer in Lz4FrameEncoder.
2017-03-02 12:50:40 -08:00
..
main/java/io/netty/handler/codec Lz4FrameEncoder incorrect usage of internalNioBuffer 2017-03-02 12:50:40 -08:00
test DatagramPacketEncoder|Decoder should take into account if wrapped handler is sharable 2017-02-23 20:22:34 +01:00