r487 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 18 12:48:21 CEST 2006


Author: phk
Date: 2006-07-18 12:48:21 +0200 (Tue, 18 Jul 2006)
New Revision: 487

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pass.c
Log:
Braino this time.


Modified: trunk/varnish-cache/bin/varnishd/cache_pass.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-07-18 10:45:57 UTC (rev 486)
+++ trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-07-18 10:48:21 UTC (rev 487)
@@ -147,7 +147,7 @@
 	vc = sp->vbc;
 	assert(vc != NULL);
 
-	http_BuildSbuf(sp->fd, Build_Pass, w->sb, hp);
+	http_BuildSbuf(sp->fd, Build_Reply, w->sb, hp);
 	sbuf_cat(w->sb, "\r\n");
 	sbuf_finish(w->sb);
 	vca_write(sp, sbuf_data(w->sb), sbuf_len(w->sb));




More information about the varnish-commit mailing list