don't log client connection errors

This commit is contained in:
Roman Shtylman
2014-04-28 11:40:06 -04:00
parent 55feebdb9a
commit 13bf109a6e

View File

@@ -51,9 +51,6 @@ function maybe_bounce(req, res, bounce) {
var finished = false;
on_finished(res, function(err) {
if (err) {
return log.error(err);
}
finished = true;
req.connection.destroy();
});