]> granicus.if.org Git - curl/commit
url: --noproxy option overrides NO_PROXY environment variable
authorERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>
Mon, 19 Dec 2016 07:27:24 +0000 (16:27 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jan 2017 10:18:29 +0000 (11:18 +0100)
commit2ac1942c72fda6d2a1912fb4e8b6ebfc43ee9f30
tree7b0bc441f7d466da9e142517a866f1f104b5f27f
parentefdbfde7ca205f256c4e8b473c775cf73557cfd7
url: --noproxy option overrides NO_PROXY environment variable

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
docs/cmdline-opts/noproxy.d
docs/cmdline-opts/page-footer
lib/url.c
tests/data/Makefile.inc
tests/data/test1252 [new file with mode: 0644]
tests/data/test1253 [new file with mode: 0644]
tests/data/test1254 [new file with mode: 0644]
tests/data/test1255 [new file with mode: 0644]
tests/data/test1256 [new file with mode: 0644]
tests/data/test1257 [new file with mode: 0644]