commit | a624040d72b7a83bab4737fdfe14b747b530f858 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 25 21:40:32 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 25 21:40:32 2010 +0000 |
tree | 3cb9b0e4f38ea8217ba1dea4822e5953f8de644a | |
parent | 1ca8c19b65637d292e3d10408ee6243447ec550a [diff] |
Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, where the method could block indefinitely if called just before the event loop started running. This also fixes the occasional freezes witnessed in test_httpservers.