Skip to content

Commit 4500246

Browse files
chore: disable protocol racing by default
1 parent 924c5ce commit 4500246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tls_requests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DEFAULT_MAX_REDIRECTS: int = 9
88
DEFAULT_FOLLOW_REDIRECTS: bool = True
99
DEFAULT_DEBUG: bool = False
10-
DEFAULT_PROTOCOL_RACING: bool = True
10+
DEFAULT_PROTOCOL_RACING: bool = False
1111
DEFAULT_ALLOW_HTTP: bool = False
1212
DEFAULT_INSECURE_SKIP_VERIFY: bool = False
1313
DEFAULT_HTTP2: Literal["auto", "http1", "http2"] = "auto"

0 commit comments

Comments
 (0)