remove request count on homepage

This commit is contained in:
Roman Shtylman
2014-04-22 19:41:10 -04:00
parent 8cc22d501c
commit 9e89e863a3
3 changed files with 0 additions and 24 deletions

View File

@@ -49,12 +49,6 @@ function maybe_bounce(req, res, bounce) {
return true;
}
++stats.requests;
res.once('close', function() {
--stats.requests;
});
// get client port
client.next_socket(function(socket, done) {
// happens when client upstream is disconnected