Comment 5 for bug 193253

Revision history for this message
Stuart Bishop (stub) wrote :

Further investigation shows that it isn't the HTTPServer itself that is the dangling thread, but one of the threads it spawns to handle a request (SocketServer stuff). It looks like we have a test that is initiating a request but not completing it, so the handler thread is left blocked. This leave a dangling thread and a dangling socket.