netty5/codec-http2/src
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
..
main/java/io/netty/handler/codec/http2 DefaultHttp2Connection.close Reentrant Modification 2016-05-09 14:16:30 -07:00
test codec-http2: Stop leaking in header downgrader test 2016-05-10 09:04:52 +02:00