Commit 416b10d9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Action pass from vcl_hit() needs to go to STP_PASS


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@562 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3c407319
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment