netty5/codec-http2
Chun-Han, Hsiao d027ba7320
[HTTP2] Fix memory leak while writing empty data frame with padding (#11633)
Motivation:

There is a memory leak while writing empty data frame with padding.

The empty data frame was occurred because we are running a proxy server
built by netty, and found that google services always sent data frames
followed by an empty data frame.

Modifications:

Calls the ctx.write even the payload is empty.

Result:

Fix memory leak.

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
2021-08-31 12:41:49 +02:00
..
src [HTTP2] Fix memory leak while writing empty data frame with padding (#11633) 2021-08-31 12:41:49 +02:00
pom.xml Add Zstd.isAvailable() check in ZstdOptions (#11597) 2021-08-19 11:10:09 +02:00