summaryrefslogtreecommitdiff
path: root/methods/http.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2021-09-12 16:08:52 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2021-09-13 16:08:52 +0200
commit2b0369a5d1673d9e40f2af4db7677b040a26ee58 (patch)
treed1c588de1ad6534fc942dd117002e0dda1de15a1 /methods/http.cc
parent883a12310a4130370965eab0a710a2c8fae6cc09 (diff)
Read and work with canonical file-URIs from sources.lists
We allow file (and other file-based methods) URIs to either be given as file:///path or as file:/path, but in various places of the acquire system we perform string comparisons on URIs which do not handle this expecting the canonical representation produced by our URI code. That used to be hidden by us quoting and dequoting the URIs in the system, but as we don't do this anymore we have to be a bit more careful on input. Ideally we would do less of these comparisons, but for now lets be content with inserting a canonicalisation early on to prevent hangs in the acquire system.
Diffstat (limited to 'methods/http.cc')
0 files changed, 0 insertions, 0 deletions