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 has been archived by the owner on Apr 18, 2021. It is now read-only.
This plugin’s cache is a shared cache. It should prefer the value specified in the s-maxage (shared cache= value over the max-age (client cache), and only use the max-age as a fallback if s-maxage isn’t present.
This should be implemented by https://github.com/pquerna/cachecontrol which is the library caddy-cache uses to parse headers. Can you create an issue in that repo?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This plugin’s cache is a shared cache. It should prefer the value specified in the s-maxage (shared cache= value over the max-age (client cache), and only use the max-age as a fallback if s-maxage isn’t present.
Example (should cache for 60 seconds):
https://tools.ietf.org/html/rfc7234#section-4.2.1
The text was updated successfully, but these errors were encountered: