]> git.saurik.com Git - apt.git/commit - apt-pkg/acquire-method.cc
report all instead of first error up the acquire chain
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 6 Jul 2016 13:10:52 +0000 (15:10 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 6 Jul 2016 13:53:59 +0000 (15:53 +0200)
commitb50dfa6b2dd2d459e0c2746ac9367982b96ffac0
tree25d701de638b3f5adc9ec072d11d6724057a5317
parent3465138575e1fd0d5892d9b6be1ae232eb873460
report all instead of first error up the acquire chain

If we don't give a specific error to report up it is likely that all
error currently in the error stack are equally important, so reporting
just one could turn out to be confusing e.g. if name resolution failed
in a SRV record list.
apt-pkg/acquire-method.cc
methods/https.cc