Skip to content

Commit

Permalink
Merge branch 'master' into testing-on-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 10, 2024
2 parents 780cd99 + 88a81c5 commit 583c786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpx/_transports/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def __init__(
),
proxy_auth=proxy.raw_auth,
proxy_headers=proxy.headers.raw,
proxy_ssl_context=proxy.ssl_context,
ssl_context=ssl_context,
max_connections=limits.max_connections,
max_keepalive_connections=limits.max_keepalive_connections,
Expand Down

0 comments on commit 583c786

Please sign in to comment.