David Stevens
David Stevens
@nektro Thank you again for your support on 7716. Sorry, I'm unable to contribute any more, but the least I could do is add some tests. I hope it's helpful!
@gvilums the first test ```should emit `close` event on IncomingRequest when request is destroyed``` is passing. it correctly emits the _close_ event on the `req` when `req.destroy()` is called. The...
okay, thanks @nektro! I'll close this PR out and move the tests to original issue.
@Electroid any way this can get re-reviewed and prioritized? It seems this needs the `node.js` label, will be the culprit of significant memory leaks for many applications, and breaks the...