Closed abbasvalliani closed 3 years ago
I can't find any issue from nitmproxy side.
In Http2FrontendHandler#write, the data was written and the responsibility to release the data was transferred to the netty code.
Ok thanks. I am assuming a defect needs to be opened on the Netty side. Will try and open an issue in their repo.
I can narrow down to that the memory leak only happens while the server send http2 data frames that alway was followed with a http2 data frame with zero length.
I can easily reproduce this issue by browsing google's websites with firefox.
Might be fixed by https://github.com/netty/netty/pull/11633
v1.4.1 was just released, can you check if the leak had been fixed? Thanks!
Will do. Thank you!
Sent from my handheld device
On Sep 9, 2021, at 9:41 PM, Chun-Han, Hsiao @.***> wrote:
v1.4.1 was just released, can you check if the leak had been fixed? Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@chhsiao90 I believe there is another leak with HTTP2.