We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
abort
close
The text was updated successfully, but these errors were encountered:
@mcollina ping
Sorry, something went wrong.
http: emit close on socket re-use
d247a8e
PR-URL: #28685 Refs: #28684 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
I believe this has been resolved.
No branches or pull requests
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 onlyabort
might be emitted andclose
is never.The text was updated successfully, but these errors were encountered: