[master] 4489553 Remove debugging

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 11 15:58:40 CEST 2014


commit 44895531873eedb589fd42f6c34c54612464217e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Aug 11 13:58:31 2014 +0000

    Remove debugging

diff --git a/bin/varnishd/cache/cache_http.c b/bin/varnishd/cache/cache_http.c
index 79e2bd2..6dc5251 100644
--- a/bin/varnishd/cache/cache_http.c
+++ b/bin/varnishd/cache/cache_http.c
@@ -683,7 +683,6 @@ HTTP_Encode(const struct http *fm, struct ws *ws, unsigned how)
 	assert(p <= e);
 	e = (uint8_t*)ws->f;
 	vbe16enc(e, n + 1);
-	VSLb(fm->vsl, SLT_Debug, "HTTPENC %zd",  p - (uint8_t*)ws->f);
 	WS_ReleaseP(ws, (void*)p);
 	return (e);
 }



More information about the varnish-commit mailing list