remove old stats object properties

This commit is contained in:
Roman Shtylman
2014-04-22 19:48:11 -04:00
parent 5886cbe3d9
commit 7fedb06bf9

View File

@@ -21,9 +21,7 @@ var clients = Object.create(null);
// proxy statistics // proxy statistics
var stats = { var stats = {
requests: 0, tunnels: 0
waiting: 0,
tunnels: 0,
}; };
function maybe_bounce(req, res, bounce) { function maybe_bounce(req, res, bounce) {