[issue12570] BaseHTTPServer.shutdown() locks if the last request 404'd

Philip Horger report at bugs.python.org
Fri Jul 15 01:49:05 CEST 2011


New submission from Philip Horger <campadrenalin at gmail.com>:

I haven't yet checked to see if other errors mess it up, but it refuses to exit the serve_forever() loop if the last request had a 404 error.

----------
components: Library (Lib)
messages: 140382
nosy: Philip.Horger
priority: normal
severity: normal
status: open
title: BaseHTTPServer.shutdown() locks if the last request 404'd
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12570>
_______________________________________


More information about the Python-bugs-list mailing list