mirror of https://github.com/lukechilds/node.git
Browse Source
A pooled https agent may get a Connection: close, but never finish destroying the socket as the prior request had already emitted finish likely from a pipe. Since the socket is not marked as destroyed it may get reused by the agent pool and result in an ECONNRESET. re: #5712 #5739v0.10.13-release
committed by
isaacs
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue