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.
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.