netty5/codec-http2
Norman Maurer 3080d14f25 Fix buffer leaks in HTTP2 codec
Motivation:
Our ci showed some buffer leaks in the http2 codec. This commit fixes all of these.

Modifications:
* Correctly release buffers in DefaultHttp2FrameWriter
* Fix buffer leaks in tests

Result:
Tests pass without leaks
2014-05-07 06:53:02 +02:00
..
src Fix buffer leaks in HTTP2 codec 2014-05-07 06:53:02 +02:00
pom.xml Add support for HTTP/2 draft 12. 2014-05-06 20:22:27 +02:00