mirror of
https://github.com/ukui/apt.git
synced 2026-03-09 09:35:45 -07:00
bce8e59b81
Detecting network errors has some benefits in the acquire system as if we can't connect to a host trying it for a million files is pointless. http and co which use connect.cc deal with this, but https which uses curl had connection failures as "normal" errors which could potentially be worked around (like trying Release instead of the failed InRelease). Git-Dch: Ignore