netty5/buffer/src
Louis Ryan ba6319eb6c Fix FixedCompositeByteBuf handling when copying to direct buffers and streams
Motivation:

FixedCompositeByteBuf does not properly implement a number of methods for
copying its content to direct buffers and output streams

Modifications:

Replace improper use of capacity() with readableBytes() when computing offesets during writes

Result:

Copying works correctly
2015-06-27 20:39:31 +02:00
..
main/java/io/netty/buffer Fix FixedCompositeByteBuf handling when copying to direct buffers and streams 2015-06-27 20:39:31 +02:00
test/java/io/netty/buffer Fix FixedCompositeByteBuf handling when copying to direct buffers and streams 2015-06-27 20:39:31 +02:00