netty5/codec-http2/src
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
..
main/java/io/netty/handler/codec/http2 Annotate Http2ServerDowngrader with @UnstableApi 2016-05-13 08:41:46 +02:00
test Fix possible leaks in Http2ServerDowngraderTest 2016-05-13 17:38:26 +02:00