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 a1fbe90 commit b7993e8Copy full SHA for b7993e8
include/hackney.hrl
@@ -57,5 +57,5 @@
57
58
-define(CONNECTIONS, hackney_connections).
59
60
--define(HTTP_PROXY_ENV_VARS, ["http_proxy", "HTTP_PROXY"]).
61
--define(HTTPS_PROXY_ENV_VARS, ["https_proxy", "HTTPS_PROXY"]).
+-define(HTTP_PROXY_ENV_VARS, ["http_proxy", "HTTP_PROXY", "all_proxy", "ALL_PROXY"]).
+-define(HTTPS_PROXY_ENV_VARS, ["https_proxy", "HTTPS_PROXY", "all_proxy", "ALL_PROXY"]).
0 commit comments