netty5/codec/src
Scott Mitchell bf0bd9aac9 SnappyFrameDecoderTest ByteBuf leak (#9854)
Motivation:
SnappyFrameDecoderTest has a few tests which fail to close the EmbeddedChannel
and therefore may leak ByteBuf objects.

Modifications:
- Make sure EmbeddedChannel#finishAndReleaseAll() is called in all tests

Result:
No more leaks from SnappyFrameDecoderTest.
2019-12-08 07:38:53 +01:00
..
main/java/io/netty/handler/codec Improve error handling in ByteToMessageDecoder when expand fails (#9822) 2019-11-28 12:29:05 +01:00
test SnappyFrameDecoderTest ByteBuf leak (#9854) 2019-12-08 07:38:53 +01:00