Drop another dead lock at exit

pull/712/head
Julien Duponchelle 8 years ago
parent 0a08ea05d6
commit 238421c415
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -342,7 +342,7 @@ class Node:
try:
yield from self.post("/stop")
# We don't care if a compute is down at this step
except (aiohttp.errors.ClientOSError, aiohttp.web.HTTPNotFound, aiohttp.web.HTTPConflict):
except (aiohttp.errors.ClientOSError, aiohttp.errors.ClientRequestError, aiohttp.web.HTTPNotFound, aiohttp.web.HTTPConflict):
pass
@asyncio.coroutine

Loading…
Cancel
Save