You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: nodejs#20102Fixes: nodejs#20101Fixes: nodejs#1735
- Response should always emit close.
- Response should always emit aborted if aborted.
- Response should always emit close after request has emitted close.
The order in which
close
is emitted on thehttp.ClientRequest
request and response object is inconsistent depending on the situation.See e2e18ae and #20075
The text was updated successfully, but these errors were encountered: