r562 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Jul 22 18:26:45 CEST 2006


Author: phk
Date: 2006-07-22 18:26:45 +0200 (Sat, 22 Jul 2006)
New Revision: 562

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Action pass from vcl_hit() needs to go to STP_PASS


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2006-07-22 16:15:17 UTC (rev 561)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2006-07-22 16:26:45 UTC (rev 562)
@@ -256,7 +256,7 @@
 		HSH_Deref(sp->obj);
 		sp->obj = NULL;
 		PassSession(sp);
-		sp->step = STP_PASSBODY;
+		sp->step = STP_PASS;
 		return (0);
 	}
 




More information about the varnish-commit mailing list