mirror of https://github.com/lukechilds/node.git
Browse Source
It can happen that the server-side socket is destroyed before the client-side socket has gracefully closed, thus causing a 'ECONNRESET' error in this socket. To solve this, also close gracefully in the server side too. PR-URL: https://github.com/nodejs/node/pull/4888 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>process-exit-stdio-flushing
Santiago Gimeno
9 years ago
committed by
Rich Trott
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue