netty5/codec-http2/src/test/java/io
Norman Maurer 341a235fea Fix possible leaks in Http2ServerDowngraderTest
Motivation:

We need to ensure we release all ReferenceCounted objects during tests to not leak.

Modifications:

Fix possible leaks by calling release()

Result:

No more leaks in tests.
2016-05-13 17:38:26 +02:00
..
netty/handler/codec/http2 Fix possible leaks in Http2ServerDowngraderTest 2016-05-13 17:38:26 +02:00