summaryrefslogtreecommitdiff
path: root/src/urllib3/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/urllib3/connection.py')
-rw-r--r--src/urllib3/connection.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urllib3/connection.py b/src/urllib3/connection.py
index 2873251d..1f13af0b 100644
--- a/src/urllib3/connection.py
+++ b/src/urllib3/connection.py
@@ -321,7 +321,6 @@ class HTTPConnection(_HTTPConnection):
decode_content: bool = True,
enforce_content_length: bool = True,
) -> None:
-
# Update the inner socket's timeout value to send the request.
# This only triggers if the connection is re-used.
if self.sock is not None:
@@ -526,7 +525,6 @@ class HTTPSConnection(HTTPConnection):
key_file: str | None = None,
key_password: str | None = None,
) -> None:
-
super().__init__(
host,
port=port,