[issue1429] FD leak in SocketServer when request handler throws exception

2016-02-19 Thread Martin Panter
Martin Panter added the comment: Jeff has tried many times over two years to produce the originally reported bug without success. By code inspection, I cannot see how a request handler exception could cause a leak. Therefore I am closing this as “works for me”. Working backwards from all the s

[issue1429] FD leak in SocketServer when request handler throws exception

2015-02-09 Thread Martin Panter
Martin Panter added the comment: I think calling shutdown_request(), or at least close_request(), should be done regardless of whether handle_error() fails or not. -- nosy: +vadmium ___ Python tracker _

[issue1429] FD leak in SocketServer when request handler throws exception

2015-01-16 Thread Martin Panter
Changes by Martin Panter : -- title: FD leak in SocketServer -> FD leak in SocketServer when request handler throws exception ___ Python tracker ___ _