Changeset 479 for draft-ietf-httpbis
- Timestamp:
- 04/03/09 03:40:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest-roy/p6-cache.xml
r478 r479 451 451 </list> 452 452 </t> 453 <t>All responses satisfied from cache &MUST; include an appropriate Age header field454 (<xref target="header.age" />). <cref>DISCUSS: this currently includes successfully validated responses.</cref></t>453 <t>All responses satisfied from cache include an appropriate Age header field; see 454 <xref target="header.age" />. <cref>DISCUSS: this currently includes successfully validated responses.</cref></t> 455 455 <t>All request methods other than GET and HEAD &MUST; be written through the cache to 456 456 the origin server. Note that such requests might invalidate already stored responses; see … … 548 548 each of the caches along the path from the origin server, plus the amount of time it has 549 549 been in transit along network paths.</t> 550 <t>When a response is generated from a stored response, the cache &MUST; include a550 <t>When a stored response is used to satisfy a request, the cache &MUST; include a 551 551 single Age header field in the response with a value equal to the stored response's 552 552 current_age, calculated using the algorithm described in this section.</t>
Note: See TracChangeset
for help on using the changeset viewer.