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
RFC5861 standardised two Cache-Control extensions:
stale-while-revalidate
stale-if-error
Please add support for these in the standard werkzerg ResponseCacheControl.
One use case of these extensions is to allow sites to have their CDNs "coalesce" requests for content when it goes stale. Another is to serve a stale representation from the CDN when the site is having an outage. It's possible to solve this problem without changes to werkzeug, but as it's a standard feature, I think it would be nice to have it in the library.
The text was updated successfully, but these errors were encountered:
RFC5861 standardised two Cache-Control extensions:
stale-while-revalidate
stale-if-error
Please add support for these in the standard werkzerg
ResponseCacheControl
.One use case of these extensions is to allow sites to have their CDNs "coalesce" requests for content when it goes stale. Another is to serve a stale representation from the CDN when the site is having an outage. It's possible to solve this problem without changes to werkzeug, but as it's a standard feature, I think it would be nice to have it in the library.
The text was updated successfully, but these errors were encountered: