Changeset 709
- Timestamp:
- 08/10/09 00:09:07 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r704 r709 398 398 <meta name="DC.Creator" content="Reschke, J. F."> 399 399 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 400 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-10-0 2">400 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-10-08"> 401 401 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 402 402 <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document is Part 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 430 430 </tr> 431 431 <tr> 432 <td class="header left">Expires: April 5, 2010</td>432 <td class="header left">Expires: April 11, 2010</td> 433 433 <td class="header right">HP</td> 434 434 </tr> … … 487 487 <tr> 488 488 <td class="header left"></td> 489 <td class="header right">October 2, 2009</td>489 <td class="header right">October 8, 2009</td> 490 490 </tr> 491 491 </table> … … 511 511 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 512 512 </p> 513 <p>This Internet-Draft will expire in April 5, 2010.</p>513 <p>This Internet-Draft will expire in April 11, 2010.</p> 514 514 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 515 515 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1294 1294 </p> 1295 1295 <ul> 1296 <li>1xx Warnings that describe the freshness or validation status of the response, and so <em class="bcp14">MUST</em> be deleted by caches after validation. They <em class="bcp14">MUST NOT</em> be generated by a cache except when validating a cached entry, and <em class="bcp14">MUST NOT</em> be generated by clients.1297 </li> 1298 <li>2xx Warnings thatdescribe some aspect of the entity body or entity headers that is not rectified by a validation (for example,1296 <li>1xx Warnings describe the freshness or validation status of the response, and so <em class="bcp14">MUST</em> be deleted by caches after validation. They can only be generated by a cache when validating a cached entry, and <em class="bcp14">MUST NOT</em> be generated in any other situation. 1297 </li> 1298 <li>2xx Warnings describe some aspect of the entity body or entity headers that is not rectified by a validation (for example, 1299 1299 a lossy compression of the entity bodies) and <em class="bcp14">MUST NOT</em> be deleted by caches after validation, unless a full response is returned, in which case they <em class="bcp14">MUST</em> be. 1300 1300 </li> … … 1724 1724 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/187">http://tools.ietf.org/wg/httpbis/trac/ticket/187</a>>: "RFC2047 and warn-text" 1725 1725 </li> 1726 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/54">http://tools.ietf.org/wg/httpbis/trac/ticket/54</a>>: "Definition of 1xx Warn-Codes" 1727 </li> 1726 1728 </ul> 1727 1729 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> -
draft-ietf-httpbis/latest/p6-cache.xml
r704 r709 1434 1434 Warning is required to be deleted from a stored response after validation: 1435 1435 <list style="symbols"> 1436 <t>1xx Warnings thatdescribe the freshness or validation status of the response, and so1437 &MUST; be deleted by caches after validation. They &MUST-NOT;be generated by a cache1438 except when validating a cached entry, and &MUST-NOT; be generated by clients.</t>1439 <t>2xx Warnings thatdescribe some aspect of the entity body or entity headers that is1436 <t>1xx Warnings describe the freshness or validation status of the response, and so 1437 &MUST; be deleted by caches after validation. They can only be generated by a cache 1438 when validating a cached entry, and &MUST-NOT; be generated in any other situation.</t> 1439 <t>2xx Warnings describe some aspect of the entity body or entity headers that is 1440 1440 not rectified by a validation (for example, a lossy compression of the entity bodies) 1441 1441 and &MUST-NOT; be deleted by caches after validation, unless a full response is … … 2319 2319 "RFC2047 and warn-text" 2320 2320 </t> 2321 <t> 2322 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/54" />: 2323 "Definition of 1xx Warn-Codes" 2324 </t> 2321 2325 </list> 2322 2326 </t>
Note: See TracChangeset
for help on using the changeset viewer.