You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We use requests.utils here (in asynch code) to keep the behaviour uniform for synch and asynch code. If we wanted each version to depict its http library's behaviour, we could use here: aiohttp.helpers.proxy_bypass(url, proxies={...}) here
# TODO: This is only needed because we want to keep compatibility with the synch driver version.
547
+
# Otherwise, we could remove that condition and always pass proxy from conn params to the Session constructor.
548
+
# But in such case precedence will be reverted and it will overwrite the env vars settings.
549
+
550
+
# We use requests.utils here (in asynch code) to keep the behaviour uniform for synch and asynch code. If we wanted each version to depict its http library's behaviour, we could use here: aiohttp.helpers.proxy_bypass(url, proxies={...}) here
0 commit comments