From: phk Date: Thu, 6 Apr 2006 09:10:24 +0000 (+0000) Subject: Recycle sessions instead of retiring them. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fce6ec7b83cace7fe7499df49931c29857870a3;p=varnish Recycle sessions instead of retiring them. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@129 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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); } }