r853 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Aug 20 17:12:26 CEST 2006


Author: phk
Date: 2006-08-20 17:12:26 +0200 (Sun, 20 Aug 2006)
New Revision: 853

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pipe.c
Log:
Use TxHeader for pipe backend.


Modified: trunk/varnish-cache/bin/varnishd/cache_pipe.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-08-20 15:12:13 UTC (rev 852)
+++ trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-08-20 15:12:26 UTC (rev 853)
@@ -51,6 +51,7 @@
 	vc = VBE_GetFd(sp->backend, sp->xid);
 	assert(vc != NULL);
 	VSL(SLT_Backend, sp->fd, "%d %s", vc->fd, sp->backend->vcl_name);
+	vc->http->logtag = HTTP_Tx;
 
 	http_CopyReq(vc->fd, vc->http, sp->http);
 	http_FilterHeader(vc->fd, vc->http, sp->http, HTTPH_R_PIPE);




More information about the varnish-commit mailing list