Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache-Control: max-stale - fix description #34231

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

hamishwillee
Copy link
Collaborator

Fixes #34221

The Cache-Control: max-stale description was very confusing because it refers to the max-age and Age examples above and these times don't match the description. The fundamental problem though is that the expiry time is irrelevant for the description - this is much simpler if you just say that the browser will still accept values even if they have expired/are stale.

@hamishwillee hamishwillee requested a review from a team as a code owner June 18, 2024 00:06
@hamishwillee hamishwillee requested review from teoli2003 and removed request for a team June 18, 2024 00:06
@github-actions github-actions bot added Content:HTTP HTTP docs size/xs 0-5 LoC changed labels Jun 18, 2024
Copy link
Contributor

Preview URLs

@sideshowbarker sideshowbarker merged commit 5f393e9 into mdn:main Jun 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:HTTP HTTP docs size/xs 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache-control: incorrect example of max-stale
2 participants