You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2017. It is now read-only.
Again, been reading RFC 2616 all day, might be missing an implementation detail, but: it seems like Expires headers are backwards compatible with HTTP 1.0, while max-age headers are not. (I don't have good examples of relevance except that, IIRC, Squid doesn't support 1.1, only 1.0.) Not a huge thing, but then, why not fix it?
Again, been reading RFC 2616 all day, might be missing an implementation detail, but: it seems like Expires headers are backwards compatible with HTTP 1.0, while max-age headers are not. (I don't have good examples of relevance except that, IIRC, Squid doesn't support 1.1, only 1.0.) Not a huge thing, but then, why not fix it?
Any disadvantage to switching to Expires?