@@ -49,12 +49,6 @@ function maybe_bounce(req, res, bounce) {
returntrue;
}
++stats.requests;
res.once('close',function(){
--stats.requests;
});
// get client port
client.next_socket(function(socket,done){
// happens when client upstream is disconnected
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.