netty5/codec/src
Scott Mitchell d479e939b0 Buffer Leaks in Compression Tests
Motivation:
The unit tests for the compression encoders/decoders may write buffers to an EmbeddedChannel but then may not release buffer or close the channel after the test. This may result in buffer leaks.

Modifications:
- Call channel.finishAndReleaseAll() after each test

Result:
Fixes https://github.com/netty/netty/issues/6007
2016-11-14 16:24:22 -08:00
..
main/java/io/netty/handler/codec CompatibleObjectEncoder cached ObjectOutputStream backed by release buffer bug 2016-11-10 10:04:01 -08:00
test Buffer Leaks in Compression Tests 2016-11-14 16:24:22 -08:00