netty5/buffer/src
Norman Maurer 956a757d37 [#3789] Correctly reset markers for all allocations when using PooledByteBufAllocator
Motivation:

We need to ensure all markers are reset when doing an allocation via the PooledByteBufAllocator. This was not the always the case.

Modifications:

Move all logic that needs to get executed when reuse a PooledByteBuf into one place and call it.

Result:

Correct behavior
2015-09-25 19:57:33 +02:00
..
main/java/io/netty/buffer [#3789] Correctly reset markers for all allocations when using PooledByteBufAllocator 2015-09-25 19:57:33 +02:00
test/java/io/netty/buffer [#3789] Correctly reset markers for all allocations when using PooledByteBufAllocator 2015-09-25 19:57:33 +02:00