Commit e5ffde4e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

note when the fd gets closed



git-svn-id: http://www.varnish-cache.org/svn/trunk@3050 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 071d2b0f
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment