-
Notifications
You must be signed in to change notification settings - Fork 43
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
Describe Vary operation more clearly #28
Comments
Currently:
... but the |
OTOH, since POST can be reused for GET, the definition of "cache key" is misleading. Perhaps the best thing to do would be to remove these terms completely. |
It would also be good to note that in practice, some implementations "flap" between having Vary and none; this should be clarified and mitigated. |
The thing that's always confused me about the spec is not even "cache key" but "secondary cache key." I understand what the spec is getting at, but it's very odd to have a cache which returns two different entries:
or if there's a value entry:
|
I think this has improved enough to close the issue; if anyone has a suggestion for further improvement, please comment. |
This confuses many people.
The text was updated successfully, but these errors were encountered: