]> err.no Git - varnish/commitdiff
Action pass from vcl_hit() needs to go to STP_PASS
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 22 Jul 2006 16:26:45 +0000 (16:26 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 22 Jul 2006 16:26:45 +0000 (16:26 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@562 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_center.c

index 7380fa48758437988d4a1e09eaf4ce223cc15855..90737bdea33c730e183da4a29f2d1a6b6b1c1792 100644 (file)
@@ -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);
        }