]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
HTTP: Shut up file delete error message
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 19 Jan 2022 02:27:30 +0000 (20:27 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 19 Jan 2022 02:27:30 +0000 (20:27 -0600)
commitce8ed0b9b112d7eebd0330745fb8aac7e73f1e5f
tree83bb3e2b585014e4ccf33f73e4a1178ac56a7269
parent5464579f5950a70c4c19dd0ab359a2b413ccadfe
HTTP: Shut up file delete error message

For #67.

When the file didn't need to be downloaded, because the IMS header did
its job, nothing needs to be deleted. So Fort shouldn't be complaining.

Like the previous commit, this is not a great solution, because IMS is
not the only trigger of file deletes, and the error message might be
helpful in other cases. Then again, I don't really agree with this eager
repository cleaning technique; it complicates debugging.

The proper solution is a WIP in the rrdp-refactor branch.
src/common.c