http: client request doesn't always emit aborted
when aborted
#20101
Labels
http
Issues or PRs related to the http subsystem.
aborted
when aborted
#20101
A
http.ClientRequest
which has received a response but the socket is closed before the response becomes readable will not emit anaborted
event on the response object nor a hang up error on the request object.See, 52da0a9 and #20075
The text was updated successfully, but these errors were encountered: