From: phk Date: Sat, 22 Jul 2006 16:26:45 +0000 (+0000) Subject: Action pass from vcl_hit() needs to go to STP_PASS X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f00280b45b3c5207478548d4ab59f145a101fe;p=varnish Action pass from vcl_hit() needs to go to STP_PASS git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@562 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_center.c b/varnish-cache/bin/varnishd/cache_center.c index 7380fa48..90737bde 100644 --- a/varnish-cache/bin/varnishd/cache_center.c +++ b/varnish-cache/bin/varnishd/cache_center.c @@ -256,7 +256,7 @@ cnt_hit(struct sess *sp) HSH_Deref(sp->obj); sp->obj = NULL; PassSession(sp); - sp->step = STP_PASSBODY; + sp->step = STP_PASS; return (0); }