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 9eb04fd commit 8cb7332Copy full SHA for 8cb7332
atlassian/rest_client.py
@@ -119,6 +119,10 @@ def __init__(
119
self._session = requests.Session()
120
else:
121
self._session = session
122
+
123
+ if proxies is not None:
124
+ self._session.proxies = self.proxies
125
126
if backoff_and_retry and int(urllib3.__version__.split(".")[0]) >= 2:
127
# Note: we only retry on status and not on any of the
128
# other supported reasons
0 commit comments