oups we should really close on exec the client

This commit is contained in:
Benoit Chesneau 2010-01-21 13:35:54 +01:00
parent 354a91ad35
commit de3792b011

View File

@ -124,7 +124,7 @@ class Worker(object):
self._fchmod(spinner)
def handle(self, client, addr):
#util.close_on_exec(client)
util.close_on_exec(client)
try:
req = http.HttpRequest(client, addr, self.address)
response = self.app(req.read(), req.start_response)