r3800 - trunk/varnish-cache/bin/varnishd
phk at projects.linpro.no
phk at projects.linpro.no
Fri Feb 20 19:13:43 CET 2009
Author: phk
Date: 2009-02-20 19:13:42 +0100 (Fri, 20 Feb 2009)
New Revision: 3800
Modified:
trunk/varnish-cache/bin/varnishd/cache_pool.c
Log:
Don't clean on every request, that was for debugging only.
Modified: trunk/varnish-cache/bin/varnishd/cache_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pool.c 2009-02-20 18:05:34 UTC (rev 3799)
+++ trunk/varnish-cache/bin/varnishd/cache_pool.c 2009-02-20 18:13:42 UTC (rev 3800)
@@ -346,7 +346,6 @@
AZ(w->wfd);
assert(w->wlp == w->wlb);
w->wrq = NULL;
- HSH_Cleanup(w);
if (!Lck_Trylock(&wstat_mtx)) {
wrk_sumstat(w);
stats_clean = 1;
More information about the varnish-commit
mailing list