Closed ydahhrk closed 1 year ago
HTTP 304 is treated as an error because Fort assumes a successful download implies there's a file to rename.
As a result, the If-Modified-Since header is pure liability.
Assuming the code review is correct, this is causing lots of dropped files from the cache after the first validation iteration in server mode.
server
Branch rrdp-refactor has a WIP of this bug.
Fort 1.6.0 has been released; closing.
HTTP 304 is treated as an error because Fort assumes a successful download implies there's a file to rename.
As a result, the If-Modified-Since header is pure liability.
Assuming the code review is correct, this is causing lots of dropped files from the cache after the first validation iteration in
server
mode.Branch rrdp-refactor has a WIP of this bug.