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
error can be emitted twice (this I believe has been fixed in Node master so it might be worth to just wait for a stream-readable update). The second error should just be swallowed. However, the problem here is that the write after destroy error might be preceded by the actual error (see comment in stream: pipe and async error nodejs/node#29790)
I don't exactly understand how mafintosh/end-of-stream@c023407 can cause the failure. But the failure seems related to two things:
Ref: nodejs/node#29504
The text was updated successfully, but these errors were encountered: