mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 21:45:54 +00:00
don't log client connection errors
This commit is contained in:
@@ -51,9 +51,6 @@ function maybe_bounce(req, res, bounce) {
|
|||||||
|
|
||||||
var finished = false;
|
var finished = false;
|
||||||
on_finished(res, function(err) {
|
on_finished(res, function(err) {
|
||||||
if (err) {
|
|
||||||
return log.error(err);
|
|
||||||
}
|
|
||||||
finished = true;
|
finished = true;
|
||||||
req.connection.destroy();
|
req.connection.destroy();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user