]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
extra debugs on IdleConnList clearHandlers
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 4 Dec 2010 10:30:14 +0000 (23:30 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 4 Dec 2010 10:30:14 +0000 (23:30 +1300)
src/pconn.cc

index f066f74526f27042e80be4500144cafb0f3313bf..6162d5707f2d763e99e4417b92a40d4006495cb3 100644 (file)
@@ -116,6 +116,7 @@ IdleConnList::removeAt(int index)
 void
 IdleConnList::clearHandlers(const Comm::ConnectionPointer &conn)
 {
+    debugs(48, 3, HERE << "removing close handler for " << conn);
     comm_read_cancel(conn->fd, IdleConnList::Read, this);
     commSetTimeout(conn->fd, -1, NULL, NULL);
 }