[master] eb67706 Dump the length of received headers

Poul-Henning Kamp phk at FreeBSD.org
Wed Oct 22 13:11:25 CEST 2014


commit eb67706d453bc9e991cbdbfabca371c829e3ee17
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Oct 22 09:38:08 2014 +0000

    Dump the length of received headers

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index f2998d4..1a4b12f 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -507,6 +507,7 @@ http_rxhdr(struct http *hp)
 			break;
 	}
 	vtc_dump(hp->vl, 4, "rxhdr", hp->rxbuf, -1);
+	vtc_log(hp->vl, 4, "rxhdrlen = %zd", strlen(hp->rxbuf));
 }
 
 



More information about the varnish-commit mailing list