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 d9c9fac commit 78936dcCopy full SHA for 78936dc
tls_client/sessions.py
@@ -338,7 +338,7 @@ def execute_request(
338
# --- Timeout --------------------------------------------------------------------------------------------------
339
# maximum time to wait
340
341
- timeout_seconds = self.timeout_seconds or timeout_seconds
+ timeout_seconds = timeout_seconds or self.timeout_seconds
342
343
# --- Request --------------------------------------------------------------------------------------------------
344
is_byte_request = isinstance(request_body, (bytes, bytearray))
0 commit comments