Kaydet (Commit) e6a06217 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.1

......@@ -555,13 +555,11 @@ class ForkingMixIn:
try:
self.finish_request(request, client_address)
self.shutdown_request(request)
self.socket.close()
os._exit(0)
except:
try:
self.handle_error(request, client_address)
self.shutdown_request(request)
self.socket.close()
finally:
os._exit(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment