Not sure how to trigger this since I'm not a heavy agent user but looking at the following section: https://github.com/nodejs/node/blob/master/lib/_http_client.js#L710 If I call `abort` it looks like only `abort` might be emitted and `close` is never.
Not sure how to trigger this since I'm not a heavy agent user but looking at the following section:
https://github.com/nodejs/node/blob/master/lib/_http_client.js#L710
If I call
abortit looks like onlyabortmight be emitted andcloseis never.