A forked process end
s connections when these 2 conditions exist in the child
:
- The child process thread takes longer than ~2 seconds to start.
- The child makes a
http
request.
NOTES:
- This is only happens to the sockets that are given to the
child
before thechild
is done loading. - I'm running
node v0.10.18
and have not tried on any other versions (yet). - NODE_DEBUG="net http" didn't reveal anything helpful.
- This is on OSX 10.7.5