Skip to content

Commit

Permalink
Remove unused attribute in httpclient transport (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Sep 3, 2024
1 parent 8905401 commit 51cf9a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions v3io/dataplane/transport/httpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ def __init__(self, logger, endpoint=None, max_connections=None, timeout=None, ve
# create the pool connection
self._create_connections(self.max_connections, self._host, self._ssl_context)

self._wait_response_exceptions = (
http.client.RemoteDisconnected,
ConnectionResetError,
ConnectionRefusedError,
http.client.ResponseNotReady,
)
self._send_request_exceptions = (
BrokenPipeError,
http.client.CannotSendRequest,
Expand Down

0 comments on commit 51cf9a7

Please sign in to comment.