Merge branch '1.5' into 2.0

This commit is contained in:
Julien Duponchelle
2016-05-02 16:59:56 +02:00
8 changed files with 180 additions and 64 deletions

View File

@ -49,7 +49,7 @@ class Docker(BaseManager):
@asyncio.coroutine
def connector(self):
if not self._connected:
if not self._connected or self._connector.closed:
try:
self._connector = aiohttp.connector.UnixConnector(self._server_url)
self._connected = True