A forked process ends connections when these 2 conditions exist in the 
child:
1) The child process thread takes longer than ~2 seconds to start.
2) The child makes a http request.

NOTE1: This is only happens to the sockets that are given to the child 
before the child is done loading.
NOTE2: I'm running node v0.10.18 and have not tried on any other versions 
(yet).
NOTE3: NODE_DEBUG="net http" didn't reveal anything helpful.


I put together a gist to demonstrate:
https://gist.github.com/williamwicks/6477189


I hope someone can shed some light on why this is happening.

Thanks!
-Wm


-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to