NICMx / FORT-validator

RPKI cache validator
MIT License
47 stars 23 forks source link

HTTP code 304 being treated as an error #77

Closed ydahhrk closed 7 months ago

ydahhrk commented 2 years 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.

Branch rrdp-refactor has a WIP of this bug.

ydahhrk commented 7 months ago

Fort 1.6.0 has been released; closing.