-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Memory leak with http2 write() #18169
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.http2Issues and PRs related to the http2 subsystem.Issues and PRs related to the http2 subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.http2Issues and PRs related to the http2 subsystem.Issues and PRs related to the http2 subsystem.
http2If you use
req.write("")inhttp2, with an empty string, the memory gets higher and higher without end. Memory leak?Note: Re-creation script is a few posts down this one