]> err.no Git - varnish/commitdiff
note when the fd gets closed
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 1 Aug 2008 08:22:40 +0000 (08:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 1 Aug 2008 08:22:40 +0000 (08:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3050 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/vtc_client.c

index 8c0a19c654bb886f8a6a66075b67f949a4b7abec..746c1de9a99fc8db83a72bd696cf786dd8d277a4 100644 (file)
@@ -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");