netty5/codec-http2/src/test/java/io/netty/handler
Bryce Anderson 8a095d0244 Http2MultiplexCodec should propagate unhandled Http2Frames down the pipeline
Motivation:

Http2MultiplexCodec swallows Http2PingFrames without releasing the payload, resulting in a memory leak.

Modification:

Send unhandled frames down the pipeline for consumption/disposal by another InboundChannelHandler.

Result:

Fixes #7607.
2018-01-25 13:26:45 -08:00
..
codec/http2 Http2MultiplexCodec should propagate unhandled Http2Frames down the pipeline 2018-01-25 13:26:45 -08:00