r4087 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri May 22 22:22:54 CEST 2009


Author: phk
Date: 2009-05-22 22:22:54 +0200 (Fri, 22 May 2009)
New Revision: 4087

Modified:
   trunk/varnish-cache/bin/varnishd/cache_ban.c
Log:
Try even harder to make ban'ed objects unavailable.



Modified: trunk/varnish-cache/bin/varnishd/cache_ban.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_ban.c	2009-05-21 08:50:34 UTC (rev 4086)
+++ trunk/varnish-cache/bin/varnishd/cache_ban.c	2009-05-22 20:22:54 UTC (rev 4087)
@@ -461,6 +461,7 @@
 		return (0);
 	} else {
 		o->ttl = 0;
+		o->cacheable = 0;
 		o->ban = NULL;
 		if (o->smp_object != NULL)
 			SMP_TTLchanged(o);



More information about the varnish-commit mailing list