]> git.saurik.com Git - apt.git/commit
refactored no_proxy code to work regardless of where https proxy is set
authorPatrick Cable <pc@pcable.net>
Wed, 27 Apr 2016 20:55:55 +0000 (16:55 -0400)
committerPatrick Cable <pc@pcable.net>
Wed, 27 Apr 2016 20:55:55 +0000 (16:55 -0400)
commit8707edd9e4684ed68856cd8eeff15ebd1e8c88ea
tree6e7bc0a0fc230bc6d26e8297b404dba98adf71ce
parent03d6de04fb366127d950cc484317d0e7ddebaa75
refactored no_proxy code to work regardless of where https proxy is set

when using the https transport mechanism, $no_proxy is ignored if apt is
getting it's proxy information from $https_proxy (as opposed to
Acquire::https::Proxy somewhere in apt config). if the source of proxy
information is Acquire::https::Proxy set in apt.conf (or apt.conf.d),
then $no_proxy is honored.
methods/https.cc