[issue6248] TCP Sockets not closed by TCPServer and StreamRequestHandler

2009-06-28 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson : -- status: open -> closed superseder: -> Cumulative patcc:h to http and xmlrpc ___ Python tracker ___

[issue6248] TCP Sockets not closed by TCPServer and StreamRequestHandler

2009-06-09 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson : When an error occurs in a StreamRequestHandler, its wfile and rfile members are not closed. This causes the underlaying socket to stay alive and and it is therefore not closed, even when the SocketServer closes it in server.close_request(). This m