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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
fixesnodejs#2888
Previously a pair of end events would be emitted if a response was
paused/resumed, and the underlying socket was closed while the
response was paused
If a response is paused and then resumed, and if the underlying socket is closed while the response is paused - the end event gets fired twice.
Here's the code:
output:
The text was updated successfully, but these errors were encountered: