-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Memory leak with http2 write() #18169
Copy link
Copy link
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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