]> err.no Git - varnish/commitdiff
Make pipe work again
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 12 Jul 2006 11:45:53 +0000 (11:45 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 12 Jul 2006 11:45:53 +0000 (11:45 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@452 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_center.c

index 26e4f1286cf7050d634bfb6f3ee957cbe45cfaae..58cbe08f06043d6639537c9bb95620acd373624c 100644 (file)
@@ -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;
+}
 
 
 /*--------------------------------------------------------------------