]> err.no Git - varnish/commitdiff
fix more stats
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Sep 2006 10:24:49 +0000 (10:24 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Sep 2006 10:24:49 +0000 (10:24 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@992 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c

index 46ea0eec2d6037d36c786939ce5d1d4db0c2bd74..58c8e35e9036ea4ccfd7c11a0270793e089e2dcc 100644 (file)
@@ -174,7 +174,6 @@ vca_acct(void *arg)
                        continue;
                http_RecvPrep(sp->http);
                sp->step = STP_FIRST;
-               VSL_stats->client_req++;
                WRK_QueueSession(sp);
        }
 }