From: phk Date: Fri, 1 Aug 2008 08:22:40 +0000 (+0000) Subject: note when the fd gets closed X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db333b96b2c933e15417b29cd339fee7a127843;p=varnish note when the fd gets closed git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3050 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/vtc_client.c b/varnish-cache/bin/varnishtest/vtc_client.c index 8c0a19c6..746c1de9 100644 --- a/varnish-cache/bin/varnishtest/vtc_client.c +++ b/varnish-cache/bin/varnishtest/vtc_client.c @@ -86,6 +86,7 @@ client_thread(void *priv) 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");