miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

Update last modified timestamp without content update #2866

Closed smlx closed 1 month ago

smlx commented 1 month ago

Do you follow the guidelines?

RFC9111 sections 3.2 and 4.3.4 describe how stored headers such as Last-Modified must be updated even when ETag doesn't change. This PR implements that behaviour, fixing the Miniflux bug described in this blog post.