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
Currently, it's possible for clients to cache 404s because a handle cannot override the max-age. Perhaps either the CachingInterceptor should remove a max-age if the handler has set a response code other than 200 or the handler should be able to set the max-age on a per-request basis.
The text was updated successfully, but these errors were encountered:
Currently, it's possible for clients to cache 404s because a handle cannot override the
max-age
. Perhaps either theCachingInterceptor
should remove a max-age if the handler has set a response code other than 200 or the handler should be able to set the max-age on a per-request basis.The text was updated successfully, but these errors were encountered: