On Nov 7, 2013, at 8:34 AM, Tim Brown <[email protected]> wrote:
> 
> I'm running an ip to country solution in node. I'm using Express for the 
> server. About one in six views of the page results in connection aborted with 
> the message 'connection reset' in Firefox or no data chrome. Would be 
> grateful for any suggestions.
> 

Your description is unfortunately low on detail for me to give any good 
feedback, but I wondering, given the extreme async nature of Node, that you may 
be, in your code, calling a premature res.end() or equivalent unintentionally.

        —ravi


-- 
-- 
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