On Sat, Sep 22, 2012 at 9:11 AM, Tushar Patel <
tushar....@gmail.com> 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.