netty5/codec
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
..
src Lz4FrameEncoder incorrect usage of internalNioBuffer 2017-03-02 12:50:40 -08:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00