From 99ec5aeca143515481665ae01bf565c516bbb3f8 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 15 Sep 2006 10:24:49 +0000 Subject: [PATCH] fix more stats git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@992 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_acceptor.c b/varnish-cache/bin/varnishd/cache_acceptor.c index 46ea0eec..58c8e35e 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor.c +++ b/varnish-cache/bin/varnishd/cache_acceptor.c @@ -174,7 +174,6 @@ vca_acct(void *arg) continue; http_RecvPrep(sp->http); sp->step = STP_FIRST; - VSL_stats->client_req++; WRK_QueueSession(sp); } } -- 2.39.5