]> git.saurik.com Git - apt.git/commitdiff
detect redirection loops in acquire instead of workers
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 2 Aug 2016 20:44:50 +0000 (22:44 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 10 Aug 2016 21:19:44 +0000 (23:19 +0200)
Having the detection handled in specific (http) workers means that a
redirection loop over different hostnames isn't detected. Its also not a
good idea have this implement in each method independently even if it
would work


No differences found