Skip to content

Commit

Permalink
Use proxy ssl context consistently-2
Browse files Browse the repository at this point in the history
  • Loading branch information
manav-a committed Apr 20, 2024
1 parent 0451fe3 commit 166e8b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions httpx/_transports/default.py
Expand Up @@ -188,7 +188,6 @@ def __init__(
target=proxy.url.raw_path,
),
proxy_auth=proxy.raw_auth,
proxy_ssl_context=proxy.ssl_context,
ssl_context=ssl_context,
max_connections=limits.max_connections,
max_keepalive_connections=limits.max_keepalive_connections,
Expand Down Expand Up @@ -330,7 +329,6 @@ def __init__(
target=proxy.url.raw_path,
),
proxy_auth=proxy.raw_auth,
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 166e8b6

Please sign in to comment.