From: Amos Jeffries Date: Sat, 4 Dec 2010 10:30:14 +0000 (+1300) Subject: extra debugs on IdleConnList clearHandlers X-Git-Tag: take08~55^2~124^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5be728d4a897bcd01bf4e72f3870c7d561c54cc9;p=thirdparty%2Fsquid.git extra debugs on IdleConnList clearHandlers --- diff --git a/src/pconn.cc b/src/pconn.cc index f066f74526..6162d5707f 100644 --- a/src/pconn.cc +++ b/src/pconn.cc @@ -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); }