+10
−2
+1
−1
tests/data/test1248
0 → 100644
+49
−0
tests/data/test1249
0 → 100644
+52
−0
tests/data/test1250
0 → 100644
+53
−0
Loading
The combination of --noproxy option and http_proxy env var works well both for proxied hosts and non-proxied hosts. However, when combining NO_PROXY env var with --proxy option, non-proxied hosts are not reachable while proxied host is OK. This patch allows us to access non-proxied hosts even if using NO_PROXY env var with --proxy option.