Commit a5e725f
committed
Respect the HTTP_PROXY environment variable
While `requests` used to respect the HTTP_PROXY and HTTPS_PROXY
environment variables, `aiohttp` does not do so by default [1].
Trust the environment variables to enable the use of proxies.
[1]: https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support
Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>1 parent 3ff5dd5 commit a5e725f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1806 | 1806 | | |
1807 | 1807 | | |
1808 | 1808 | | |
1809 | | - | |
| 1809 | + | |
1810 | 1810 | | |
1811 | 1811 | | |
1812 | 1812 | | |
| |||
0 commit comments