EPIPE means that writing of (presumably) the HTTP request failed
because the other end closed the connection.
--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
We ought to be passing those errors up as error events on the request
object, as well as providing an event when the socket is disconnected.
If that's not happening, then that's a bug in node.