Mailing List Archive

r992 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-09-15 12:24:49 +0200 (Fri, 15 Sep 2006)
New Revision: 992

Modified:
trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
fix more stats


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c 2006-09-15 10:23:34 UTC (rev 991)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c 2006-09-15 10:24:49 UTC (rev 992)
@@ -174,7 +174,6 @@
continue;
http_RecvPrep(sp->http);
sp->step = STP_FIRST;
- VSL_stats->client_req++;
WRK_QueueSession(sp);
}
}