-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v14.x backport] http2: fix memory leak when nghttp2 hd threshold is reached #45310
[v14.x backport] http2: fix memory leak when nghttp2 hd threshold is reached #45310
Conversation
Review requested:
|
PR-URL: nodejs#41502 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@RafaelGSS Would you mind merging this? |
The next releaser will merge it when performing the release. I believe the date will show up here nodejs/Release#567 |
Okay. Thanks for the information :) |
Landed in c3a90c4. |
Backport #41502 to v14
Address #45295