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

Make it clearer that cache mode "default" follows normal logic #340

Closed
wants to merge 1 commit into from

Conversation

annevk
Copy link
Member

@annevk annevk commented Jul 22, 2016

If the cache mode is “default” and you set a Cache-Control header, that
should be taken into account when talking to the HTTP cache subsystem.
It’s how the cache works by “default”, after all.

Fixes #336.

If the cache mode is “default” and you set a Cache-Control header, that
should be taken into account when talking to the HTTP cache subsystem.
It’s how the cache works by “default”, after all.

Fixes #336.
@annevk annevk force-pushed the cache-mode-default branch from 60e6caf to 29b5802 Compare July 22, 2016 14:14
@annevk
Copy link
Member Author

annevk commented Jul 22, 2016

@ehsan does this look okay?

@annevk
Copy link
Member Author

annevk commented Aug 5, 2016

@mnot any thoughts? I was wondering, would it help to start a thread on the HTTP mailing list about better integration between the documents?

@wanderview
Copy link
Member

FWIW, I thought we already had "default" doing whatever the cache-control headers said to do. That's what we implement.

@annevk
Copy link
Member Author

annevk commented Aug 5, 2016

I know, but it's not clear from the specification as new implementations got it wrong. That's why I'm trying to get these changes reviewed.

@annevk
Copy link
Member Author

annevk commented Aug 17, 2016

Acknowledge when landing this: Ali Alabbas.

I'm starting to think there's probably room for a more expansive section on the HTTP cache to also deal with the credentials issue. I'll wait a bit for @mnot to poke around before doing anything about it though.

@annevk
Copy link
Member Author

annevk commented Mar 7, 2017

This is superseded by the rewrite in #496.

@annevk annevk closed this Mar 7, 2017
@annevk annevk deleted the cache-mode-default branch March 7, 2017 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants