netty5/codec/src
Norman Maurer 0b1c82b254 Ensure read components can be discarded when COMPOSITE_CUMULATOR is used.
Motivation:

ByteToMessageDecoder must ensure that read components of the CompositeByteBuf can be discard by default when discardSomeReadBytes() is called. This may not be the case before as because of the default maxNumComponents that will cause consolidation.

Modifications:

Ensure we not do any consolidation to actually be abel to discard read components

Result:

Less memory usage and allocations.
2016-02-17 19:51:08 -08:00
..
main/java/io/netty/handler/codec Ensure read components can be discarded when COMPOSITE_CUMULATOR is used. 2016-02-17 19:51:08 -08:00
test [#4793] Correctly add newlines when encode base64 2016-02-06 09:56:21 +01:00