From 2db333b96b2c933e15417b29cd339fee7a127843 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 1 Aug 2008 08:22:40 +0000 Subject: [PATCH] note when the fd gets closed git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3050 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/vtc_client.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.5