r992 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Sep 15 12:24:50 CEST 2006


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);
 	}
 }




More information about the varnish-commit mailing list