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
A full response (i.e., one with a payload body) indicates that none of the stored responses nominated in the conditional request is suitable. Instead, the cache must use the full response to satisfy the request and may replace the stored response(s).
That "may replace the stored response(s)" is a bit odd -- which one(s)?
The text was updated successfully, but these errors were encountered:
... use the full response to satisfy the request. The cache MAY store a full response, subject to its constraints ([ref to section about cacheability]).
Whether or not it replaces other responses is up to the implementation.
4.3.3 says:
That "may replace the stored response(s)" is a bit odd -- which one(s)?
The text was updated successfully, but these errors were encountered: