r452 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Jul 12 13:45:53 CEST 2006


Author: phk
Date: 2006-07-12 13:45:53 +0200 (Wed, 12 Jul 2006)
New Revision: 452

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Make pipe work again


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2006-07-12 08:56:09 UTC (rev 451)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2006-07-12 11:45:53 UTC (rev 452)
@@ -373,9 +373,15 @@
 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;
+}
 
+
 /*--------------------------------------------------------------------
  * Dispatch the request as instructed by VCL
  *




More information about the varnish-commit mailing list