mirror of https://github.com/lukechilds/node.git
Browse Source
It can happen that the HTTP connection is closed before the server has received all the requests, thus the server close condition is never reached. To solve this, close the server when the socket is fully closed. PR-URL: https://github.com/nodejs/node/pull/4041 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>process-exit-stdio-flushing
Santiago Gimeno
9 years ago
committed by
Evan Lucas
1 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue