Obey the IANA caching #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we have a fixed, and locally decided Time-To-Live. Since IANA returns Expires and Cache-Control, and since RFC 9224, section 8, mandates its use, we should do it. Add a new file with the expiration date? Should we use Expires or Cache-Control?
RFC 9111, section 4.2.1 is clear: use
Cache-Control: max-age
(today, both headers give exactly the same result).