Skip to content

Commit

Permalink
http2: fix memory leak on nghttp2 hd threshold
Browse files Browse the repository at this point in the history
PR-URL: nodejs#41502
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
  • Loading branch information
ywave620 committed Nov 4, 2022
1 parent df2b6b3 commit 2291969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ server.listen(0, common.mustCall(() => {
message: 'Session closed with error code 9'
}));
req.end();
}));
}));

0 comments on commit 2291969

Please sign in to comment.