netty5/codec-http/src
Norman Maurer b5b8c2c3dd Fix buffer leaks in SPDY test
Motivation:

Fix leaks reported during SPDY test.

Modifications:

Use ReferenceCountUtil.releaseLater(...) to make sure everything is released once the tests are done.

Result:

No more leak reports during run the tests.
2014-04-16 06:51:37 +02:00
..
main/java/io/netty/handler/codec SPDY: refactor frame codec implementation 2014-04-15 20:05:05 +02:00
test Fix buffer leaks in SPDY test 2014-04-16 06:51:37 +02:00