r352 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 6 15:33:34 CEST 2006


Author: phk
Date: 2006-07-06 15:33:34 +0200 (Thu, 06 Jul 2006)
New Revision: 352

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pass.c
Log:
Fix braino in Pass handling


Modified: trunk/varnish-cache/bin/varnishd/cache_pass.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-07-06 13:27:21 UTC (rev 351)
+++ trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-07-06 13:33:34 UTC (rev 352)
@@ -175,7 +175,7 @@
 	event_base_loop(w->eb, 0);
 	http_Dissect(hp, fd, 2);
 
-	http_BuildSbuf(sp->fd, 2, w->sb, hp);
+	http_BuildSbuf(sp->fd, Build_Reply, w->sb, hp);
 	vca_write(sp, sbuf_data(w->sb), sbuf_len(w->sb));
 
 	if (http_GetHdr(hp, "Content-Length", &b))




More information about the varnish-commit mailing list