From: phk Date: Sun, 20 Aug 2006 15:12:26 +0000 (+0000) Subject: Use TxHeader for pipe backend. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a583ccebcf7a4b422bb9a4aa0acc87749d604a;p=varnish Use TxHeader for pipe backend. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@853 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_pipe.c b/varnish-cache/bin/varnishd/cache_pipe.c index d95ae472..9ce2ad66 100644 --- a/varnish-cache/bin/varnishd/cache_pipe.c +++ b/varnish-cache/bin/varnishd/cache_pipe.c @@ -51,6 +51,7 @@ PipeSession(struct sess *sp) 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);