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