netty5/codec-http2/src/test/java/io
Moses Nakamura 4d2e91a10d codec-http2: Stop leaking in header downgrader test
Motivation:

We're leaking requests in our Http2ServerDowngrader tests when we
allocate a buffer using the local allocator.

Modification:

Release the request later when the request is constructed with the local
allocator.

Result:

Less leaky tests.
2016-05-10 09:04:52 +02:00
..
netty/handler/codec/http2 codec-http2: Stop leaking in header downgrader test 2016-05-10 09:04:52 +02:00