netty5/codec-http2
Scott Mitchell 2cf6ed9460 HTTP/2 Unit Test Leak Fixes
Motivation:
The HTTP/2 tests do not always clean up ByteBuf resources reliably. There are issues with the refCnt, over allocating buffers, and potentially not waiting long enough to reclaim resources for stress tests.

Modifications:
Scrub the HTTP/2 unit tests for ByteBuf leaks.

Result:
Less leaks (hopefully none) in the HTTP/2 unit tests. No OOME from HTTP/2 unit tests.
2014-09-14 17:10:31 -04:00
..
src HTTP/2 Unit Test Leak Fixes 2014-09-14 17:10:31 -04:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00