Changeset 594
- Timestamp:
- 13/06/09 09:16:59 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r590 r594 468 468 <tr> 469 469 <td class="header left"></td> 470 <td class="header right">June 2, 2009</td>470 <td class="header right">June 13, 2009</td> 471 471 </tr> 472 472 </table> … … 740 740 <p id="rfc.section.2.2.p.2"> <span class="comment" id="TODO-method-cacheability">[<a href="#TODO-method-cacheability" class="smpl">TODO-method-cacheability</a>: define method cacheability for GET, HEAD and POST in p2-semantics.]</span> 741 741 </p> 742 <p id="rfc.section.2.2.p.3">When a stored response is used to satisfy a request, caches <em class="bcp14">MUST</em> include a single Age header field <a href="#header.age" id="rfc.xref.header.age.1" title="Age">Section 3.1</a>in the response with a value equal to the stored response's current_age; see <a href="#age.calculations" title="Calculating Age">Section 2.3.2</a>. <span class="comment" id="rfc.comment.1">[<a href="#rfc.comment.1" class="smpl">rfc.comment.1</a>: DISCUSS: this currently includes successfully validated responses.]</span>742 <p id="rfc.section.2.2.p.3">When a stored response is used to satisfy a request, caches <em class="bcp14">MUST</em> include a single Age header field (<a href="#header.age" id="rfc.xref.header.age.1" title="Age">Section 3.1</a>) in the response with a value equal to the stored response's current_age; see <a href="#age.calculations" title="Calculating Age">Section 2.3.2</a>. <span class="comment" id="rfc.comment.1">[<a href="#rfc.comment.1" class="smpl">rfc.comment.1</a>: DISCUSS: this currently includes successfully validated responses.]</span> 743 743 </p> 744 744 <p id="rfc.section.2.2.p.4">Requests with methods that are unsafe (<a href="p2-semantics.html#safe.methods" title="Safe Methods">Section 7.1.1</a> of <a href="#Part2" id="rfc.xref.Part2.1"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>) <em class="bcp14">MUST</em> be written through the cache to the origin server; i.e., A cache must not reply to such a request before having forwarded -
draft-ietf-httpbis/latest/p6-cache.xml
r589 r594 480 480 <t> 481 481 When a stored response is used to satisfy a request, caches &MUST; include a 482 single Age header field <xref target="header.age" />in the response with a value equal to the stored response's482 single Age header field (<xref target="header.age" />) in the response with a value equal to the stored response's 483 483 current_age; see <xref target="age.calculations" />. 484 484 <cref>DISCUSS: this currently includes successfully validated responses.</cref>
Note: See TracChangeset
for help on using the changeset viewer.