netty5/codec/src/test
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
..
java/io/netty/handler/codec SnappyFrameDecoderTest ByteBuf leak (#9854) 2019-12-08 07:38:53 +01:00
resources Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00