summaryrefslogtreecommitdiff
path: root/tests/data/test1257
Commit message (Collapse)AuthorAgeFilesLines
* tests: use proxy featureMarcel Raad2019-10-151-0/+3
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-131-0/+54
Under condition using http_proxy env var, noproxy list was the combination of --noproxy option and NO_PROXY env var previously. Since this commit, --noproxy option overrides NO_PROXY environment variable even if use http_proxy env var. Closes #1140