Closed smlx closed 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.
Last-Modified
ETag
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 whenETag
doesn't change. This PR implements that behaviour, fixing the Miniflux bug described in this blog post.