We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ad903 commit 40711cbCopy full SHA for 40711cb
docker/types/daemon.py
@@ -57,6 +57,8 @@ def close(self):
57
58
else:
59
sock = sock_fp._sock
60
+ if isinstance(sock, urllib3.contrib.pyopenssl.WrappedSocket):
61
+ sock = sock.socket
62
63
sock.shutdown(socket.SHUT_RDWR)
64
sock.close()
0 commit comments