-
Notifications
You must be signed in to change notification settings - Fork 121
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
Does not support CacheControl: no-cache on responses #132
Comments
@dstufft Did you have any other info on what sort of use case causes the the the invalid cache entries? I have a test for the basic use case, but I suspect that an etag or some other header is mucking up the works. |
Well it's not a problem with a invalid cache entry, this is just the response has a |
Any update on this? |
I ran into a problem that's caused by this. https://bitbucket.org/hpk42/devpi/issues/345/check-interoperability-with-simple-page The issue is as follows:
I'm unsure about the semantics of the |
No,
|
It appears that while this does correct handle
CacheControl: no-store
on responses, it does not correctly handleCacheControl: no-cache
. Causing them to get cached in some cases.The text was updated successfully, but these errors were encountered: