Open vid opened 11 years ago
in case this saves you some trouble:
http://clock.co.uk/tech-blogs/preventing-http-raise-hangup-error-on-destroyed-socket-write-from-crashing-your-nodejs-server
on 0.8.20, I was seeing this problem until I raised the number of open files (on Ubuntu) but it looks like the 'proper' fix is to wrap the connection in a domain.
in case this saves you some trouble:
http://clock.co.uk/tech-blogs/preventing-http-raise-hangup-error-on-destroyed-socket-write-from-crashing-your-nodejs-server
on 0.8.20, I was seeing this problem until I raised the number of open files (on Ubuntu) but it looks like the 'proper' fix is to wrap the connection in a domain.