]> git.saurik.com Git - apt.git/commit
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)
committerJulian Andres Klode <jak@debian.org>
Wed, 31 Aug 2016 11:49:37 +0000 (13:49 +0200)
commitd3bea965a0dd9fe17b262476c03b378c989094b1
tree1e810f38f7839997e2348e2072280f13f15cadf3
parent366021988e2c7a7a6ca29d4f6876bb1e6c8b181f
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.

(cherry picked from commit b50dfa6b2dd2d459e0c2746ac9367982b96ffac0)
apt-pkg/acquire-method.cc
methods/https.cc