From fb36d2a2baa35de125da3c1bf7b70359a9f3113d Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 20 Feb 2009 18:13:42 +0000 Subject: [PATCH] Don't clean on every request, that was for debugging only. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3800 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_pool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_pool.c b/varnish-cache/bin/varnishd/cache_pool.c index 1db99e18..866af943 100644 --- a/varnish-cache/bin/varnishd/cache_pool.c +++ b/varnish-cache/bin/varnishd/cache_pool.c @@ -346,7 +346,6 @@ wrk_thread(void *priv) 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; -- 2.39.5