From 7fce6ec7b83cace7fe7499df49931c29857870a3 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 6 Apr 2006 09:10:24 +0000 Subject: [PATCH] Recycle sessions instead of retiring them. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@129 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_pool.c b/varnish-cache/bin/varnishd/cache_pool.c index b8ccf7c7..7ff01b4d 100644 --- a/varnish-cache/bin/varnishd/cache_pool.c +++ b/varnish-cache/bin/varnishd/cache_pool.c @@ -65,7 +65,7 @@ CacheWorker(void *priv) AZ(pthread_mutex_lock(&sessmtx)); RelVCL(sp->vcl); sp->vcl = NULL; - vca_retire_session(sp); + vca_recycle_session(sp); } } -- 2.39.5