On Feb 22, 2012, at February 22, 201211:43 AM, Rambo wrote: > How can the error be happening before the error event attachment if the > connection is alive for at least 10 minutes? > > Regarding the random disconnects, maybe there is no error but what about the > 'end' event that ClientResponse should emit? I've registered a listener for > that event but nothing gets called!
If the connection dies before ClientResponse emit's end then there will be an error event. A disconnect in the middle of the response is considered an error. > Could be something related to gunzip? out of memory? cache full? wtf? nope, none of those things would cause this. > > -- > 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 -- 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
