Commit 74eb768a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make pipe work again


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@452 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d78acf51
......@@ -373,7 +373,13 @@ DOT }
DOT pipe -> DONE
*/
static void cnt_pipe(struct worker *w, struct sess *sp) { (void)w; (void)sp; INCOMPL(); }
static void
cnt_pipe(struct worker *w, struct sess *sp)
{
PipeSession(w, sp);
sp->step = STP_DONE;
}
/*--------------------------------------------------------------------
......
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