Commit 2b2855bb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Recycle sessions instead of retiring them.



git-svn-id: http://www.varnish-cache.org/svn/trunk@129 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 24fc322e
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment