We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http2
If you use req.write("") in http2, with an empty string, the memory gets higher and higher without end. Memory leak?
req.write("")
req.write("", () => { console.log("dun knoe"); });
Note: Re-creation script is a few posts down this one