]> git.ipfire.org Git - thirdparty/systemd.git/commit
import: ignore non-successful HTTP codes for collecing image metadata
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Jan 2021 21:55:15 +0000 (22:55 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jan 2021 17:29:59 +0000 (18:29 +0100)
commit6792cbbcf84b730f465decbeaf247c6b1ccf1c18
tree96475730ea0097acfaa523ef002cb0ecab0412f8
parent8dc0291c0dafa9c49a79fa4c561c645056aeb12b
import: ignore non-successful HTTP codes for collecing image metadata

Previously we'd collect the data from redirects too, which wasn't
particularly terrible, since these typically don't carry the data we
were interested in, but it's still incorrect to do so.
src/import/pull-job.c