]> granicus.if.org Git - python/commit
Set HTTPServer class variable allow_reuse_address to 1, so restarting
authorGuido van Rossum <guido@python.org>
Tue, 9 May 2000 14:54:13 +0000 (14:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 May 2000 14:54:13 +0000 (14:54 +0000)
commit18865de7bd91dfcc42f323440aa85e6f36972c72
treeb11d77e6e54e09ae65485956de3b1d52eccb639a
parente3c7a5fbf5b737666a3e1f58f0677ec93e4de032
Set HTTPServer class variable allow_reuse_address to 1, so restarting
the server after it died doesn't require a wait period.
Lib/BaseHTTPServer.py