Skip to content

Commit 51cf9a7

Browse files
authored
Remove unused attribute in httpclient transport (#127)
1 parent 8905401 commit 51cf9a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

v3io/dataplane/transport/httpclient.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ def __init__(self, logger, endpoint=None, max_connections=None, timeout=None, ve
3838
# create the pool connection
3939
self._create_connections(self.max_connections, self._host, self._ssl_context)
4040

41-
self._wait_response_exceptions = (
42-
http.client.RemoteDisconnected,
43-
ConnectionResetError,
44-
ConnectionRefusedError,
45-
http.client.ResponseNotReady,
46-
)
4741
self._send_request_exceptions = (
4842
BrokenPipeError,
4943
http.client.CannotSendRequest,

0 commit comments

Comments
 (0)