]> err.no Git - varnish/commitdiff
Use TxHeader for pipe backend.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 Aug 2006 15:12:26 +0000 (15:12 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 Aug 2006 15:12:26 +0000 (15:12 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@853 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_pipe.c

index d95ae47233b795ef7833664b4cae307f01ef190a..9ce2ad665e17e4c10e52dc29f635bdbe2126a8bb 100644 (file)
@@ -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);