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
There is currently a race in body request handling when body.'end' is emitted after body.destroy(err) (this is a compat behavior of Readable and of legacy streams) which causes a failure on assert(this.socket) in the finished(body, ...) handler.
There is currently a race in body request handling when
body.'end'is emitted afterbody.destroy(err)(this is a compat behavior ofReadableand of legacy streams) which causes a failure onassert(this.socket)in thefinished(body, ...)handler.