Skip to content

Commit b7993e8

Browse files
committed
ALL_PROXY env variable support
1 parent a1fbe90 commit b7993e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/hackney.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757

5858
-define(CONNECTIONS, hackney_connections).
5959

60-
-define(HTTP_PROXY_ENV_VARS, ["http_proxy", "HTTP_PROXY"]).
61-
-define(HTTPS_PROXY_ENV_VARS, ["https_proxy", "HTTPS_PROXY"]).
60+
-define(HTTP_PROXY_ENV_VARS, ["http_proxy", "HTTP_PROXY", "all_proxy", "ALL_PROXY"]).
61+
-define(HTTPS_PROXY_ENV_VARS, ["https_proxy", "HTTPS_PROXY", "all_proxy", "ALL_PROXY"]).

0 commit comments

Comments
 (0)