-
Notifications
You must be signed in to change notification settings - Fork 86
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
RFC 5861: HTTP Cache-Control Extensions for Stale Content #84
Comments
We'd be interested in |
@dasch I guess it could cover a few similar use cases, but those directives have a few different caveats - |
@lucasmazza are you still considering implementing this? (I see you dropped it from v2.0.0 milestone). |
@tadas-s it's something I would to see implemented but I don't plan to work on this anytime soon |
Would be interesting to experiment with the RFC 5861 to implement support for
stale-if-error
andstale-while-revalidate
extensions.stale-if-error
might be an easy one but I wonder how would be the best approach for the background revalidation onstale-while-revalidate
- maybe a soft dependency onconcurrent-ruby
as an async abstraction to perform the revalidation request on the background.The text was updated successfully, but these errors were encountered: