]> 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)
committerJulian Andres Klode <jak@debian.org>
Tue, 10 May 2016 18:48:04 +0000 (20:48 +0200)
commite4848fe0e8f124eb8221cd947e7564b25a1f6539
treec4d3fa5768121e4b3edfeddfa40f14f77fc33dd4
parent4ad57118a8a0225b413de96dedc085e0594726a6
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.

(cherry picked from commit 8707edd9e4684ed68856cd8eeff15ebd1e8c88ea)
methods/https.cc