From 76ef748c8e7e68b23f1388195c69fa85ffc74128 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 12 Jul 2006 11:45:53 +0000 Subject: [PATCH] Make pipe work again git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@452 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_center.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_center.c b/varnish-cache/bin/varnishd/cache_center.c index 26e4f128..58cbe08f 100644 --- a/varnish-cache/bin/varnishd/cache_center.c +++ b/varnish-cache/bin/varnishd/cache_center.c @@ -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; +} /*-------------------------------------------------------------------- -- 2.39.5