357240 extra debug

This commit is contained in:
Greg Wilkins 2011-09-20 14:50:53 +10:00
parent 0949443fab
commit 978f06242b
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@ public class AsyncHttpConnection extends HttpConnection
{
LOG.warn("Closing EndPoint making no progress: "+_total_no_progress+" "+_endp);
_endp.close();
if (_endp instanceof SelectChannelEndPoint)
{
System.err.println(((SelectChannelEndPoint)_endp).getSelectManager().dump());
}
}
}
}