On Sat, Sep 22, 2012 at 9:11 AM, Tushar Patel <[email protected]> wrote: > events.js:66 > throw arguments[1]; // Unhandled 'error' event > ^ > Error: write EPIPE > at errnoException (net.js:768:11) > at Object.afterWrite (net.js:592:19) > > > pla help me to solve this..
You need to add an error event listener to your connection or response object. Please consult the documentation, it's explained in some detail. -- 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
