netty5/example
Norman Maurer 38483e8790 Correctly manage buffer life-cycle in http2 multiplex example
Motivation:

We not correctly managed the life-cycle of the buffer / frames in our http2 multiplex example which lead to a memory leak.

Modifications:

- Correctly release frame if not echo'ed back the remote peer.
- Not retain content before echo back to remote peer.

Result:

No more leak in the example, fixes [#6636].
2017-04-19 14:19:50 +02:00
..
src/main Correctly manage buffer life-cycle in http2 multiplex example 2017-04-19 14:19:50 +02:00
.gitignore [#844] [#867] Add UDT transport 2013-01-07 21:06:22 +01:00
pom.xml OCSP stapling support for Netty using netty-tcnative. 2017-04-03 11:56:53 -07:00