netty5/codec-http2/src
nmittler 0790678c72 Updating HTTP/2 tests to not retain buffers for validation
Motivation:

To eliminate the tests as being a cause of leaks, removing the automatic
retaining of ByteBufs in Http2TestUtil.

Modifications:

Each test that relied on retaining buffers for validation has been
modified to copy the buffer into a list of Strings that are manually
validated after the message is received.

Result:

The HTTP/2 tests should (hopefully) no longer be reporting erroneous
leaks due to the testing code, itself.
2014-09-23 09:46:06 -07:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 Read Decompression Flow Control Fix 2014-09-22 21:36:03 -04:00
test/java/io/netty/handler/codec/http2 Updating HTTP/2 tests to not retain buffers for validation 2014-09-23 09:46:06 -07:00