r129 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Apr 6 11:10:25 CEST 2006


Author: phk
Date: 2006-04-06 11:10:24 +0200 (Thu, 06 Apr 2006)
New Revision: 129

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pool.c
Log:
Recycle sessions instead of retiring them.



Modified: trunk/varnish-cache/bin/varnishd/cache_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-04-06 09:09:58 UTC (rev 128)
+++ trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-04-06 09:10:24 UTC (rev 129)
@@ -65,7 +65,7 @@
 		AZ(pthread_mutex_lock(&sessmtx));
 		RelVCL(sp->vcl);
 		sp->vcl = NULL;
-		vca_retire_session(sp);
+		vca_recycle_session(sp);
 	}
 }
 




More information about the varnish-commit mailing list