r3050 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 1 10:22:41 CEST 2008


Author: phk
Date: 2008-08-01 10:22:40 +0200 (Fri, 01 Aug 2008)
New Revision: 3050

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_client.c
Log:
note when the fd gets closed



Modified: trunk/varnish-cache/bin/varnishtest/vtc_client.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_client.c	2008-08-01 07:46:43 UTC (rev 3049)
+++ trunk/varnish-cache/bin/varnishtest/vtc_client.c	2008-08-01 08:22:40 UTC (rev 3050)
@@ -86,6 +86,7 @@
 	assert(fd >= 0);
 	vtc_log(vl, 3, "Connected to %s fd is %d", c->connect, fd);
 	http_process(vl, c->spec, fd, 1);
+	vtc_log(vl, 3, "Closing fd %d", fd);
 	AZ(close(fd));
 	vtc_log(vl, 2, "Ending");
 




More information about the varnish-commit mailing list