mirror of https://github.com/nodejs/node.git
7363ccd273
This requires that onExit() is not called immediately upon receiving a SIGCHLD. There could still be data in the pipez. So, instead just set a flag and invoke the pipe watchers. Sometimes one will not receive an EOF from pipes because the process was killed by a SIGTERM, or something. If SIGCHLD has been recved but we are getting EAGAIN, the pipez need to be closed too. |
||
---|---|---|
.. | ||
constants.cc | ||
constants.h | ||
file.cc | ||
file.h | ||
file.js | ||
http.cc | ||
http.h | ||
http.js | ||
net.cc | ||
net.h | ||
node.cc | ||
node.h | ||
node.js | ||
process.cc | ||
process.h | ||
timer.cc | ||
timer.h |