[master] 5e14a9d I accidentally duplicated this SLT_Link yesterday.

Poul-Henning Kamp phk at FreeBSD.org
Wed Jul 23 16:08:30 CEST 2014


commit 5e14a9df04141aa25c058ae81fdc6983e8983098
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jul 23 14:07:42 2014 +0000

    I accidentally duplicated this SLT_Link yesterday.

diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c
index c982235..afc5e4d 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -613,7 +613,6 @@ cnt_pipe(struct worker *wrk, struct req *req)
 		INCOMPL();
 	assert(wrk->handling == VCL_RET_PIPE);
 
-	VSLb(req->vsl, SLT_Link, "bereq %u pipe", VXID(bo->vsl->wid));
 	PipeRequest(req, bo);
 	assert(WRW_IsReleased(wrk));
 	http_Teardown(bo->bereq);



More information about the varnish-commit mailing list