HTTP cache: heuristic freshness and status codes
Reported by
m...@mnot.net,
Mar 20 2017
|
|||
Issue descriptionHTTP allows heuristic freshness to be used for a number of status codes: http://httpwg.org/specs/rfc7234.html#heuristic.freshness Chrome uses it for 200, 203 and 410, but not other status codes where it is allowed, including 204, 404, 405, 414 and 501. Tests: https://github.com/mnot/web-platform-tests/blob/http-cache/fetch/http-cache/heuristic.html Safari applies heuristic freshness to all of these status codes.
,
Mar 20 2017
Looks like this is a change in the spec - RFC 2616 limited it to only a couple status codes (200, 203, 206, 300, 301 or 410).
,
Oct 16 2017
This seems to be a feature request. Hence, marking it as untriaged for further inputs from dev team. Thanks...!! |
|||
►
Sign in to add a comment |
|||
Comment 1 by dtapu...@chromium.org
, Mar 20 2017