Skip to content

Memory leak with http2 write() #18169

Closed
Closed
@dolanmiu

Description

@dolanmiu
  • Version: 9.4.0
  • Platform: Windows 10 64-bit
  • Subsystem: http2

If you use req.write("") in http2, with an empty string, the memory gets higher and higher without end. Memory leak?

        req.write("", () => {
            console.log("dun knoe");
        });

image

Note: Re-creation script is a few posts down this one

Metadata

Metadata

Assignees

Labels

confirmed-bugIssues with confirmed bugs.http2Issues or PRs related to the http2 subsystem.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions