Changeset 1289
- Timestamp:
- 27/05/11 03:46:22 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1287 r1289 362 362 } 363 363 @bottom-center { 364 content: "Expires November 2 1, 2011";364 content: "Expires November 28, 2011"; 365 365 } 366 366 @bottom-right { … … 408 408 <meta name="dct.creator" content="Reschke, J. F."> 409 409 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 410 <meta name="dct.issued" scheme="ISO8601" content="2011-05-2 0">410 <meta name="dct.issued" scheme="ISO8601" content="2011-05-27"> 411 411 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 412 412 <meta name="dct.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."> … … 434 434 </tr> 435 435 <tr> 436 <td class="left">Expires: November 2 1, 2011</td>436 <td class="left">Expires: November 28, 2011</td> 437 437 <td class="right">J. Mogul</td> 438 438 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">May 2 0, 2011</td>497 <td class="right">May 27, 2011</td> 498 498 </tr> 499 499 </tbody> … … 523 523 in progress”. 524 524 </p> 525 <p>This Internet-Draft will expire on November 2 1, 2011.</p>525 <p>This Internet-Draft will expire on November 28, 2011.</p> 526 526 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 527 527 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1013 1013 </p> 1014 1014 <p id="rfc.section.2.7.p.5">The stored response with matching selecting header fields is known as the selected response.</p> 1015 <p id="rfc.section.2.7.p.6">If no selected response is available, the cache <em class="bcp14">MAY</em> forward the presented request to the origin server in a conditional request; see <a href="#validation.model" title="Validation Model">Section 2.4</a>. 1015 <p id="rfc.section.2.7.p.6">If multiple selected responses are available, the most recent response (as determined by the Date header field) is used; see <a href="#constructing.responses.from.caches" title="Constructing Responses from Caches">Section 2.2</a>. 1016 </p> 1017 <p id="rfc.section.2.7.p.7">If no selected response is available, the cache <em class="bcp14">MAY</em> forward the presented request to the origin server in a conditional request; see <a href="#validation.model" title="Validation Model">Section 2.4</a>. 1016 1018 </p> 1017 1019 <h2 id="rfc.section.2.8"><a href="#rfc.section.2.8">2.8</a> <a id="combining.responses" href="#combining.responses">Combining Responses</a></h2> … … 1963 1965 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/292">http://tools.ietf.org/wg/httpbis/trac/ticket/292</a>>: "Pragma" 1964 1966 </li> 1967 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/38">http://tools.ietf.org/wg/httpbis/trac/ticket/38</a>>: "Mismatch Vary" 1968 </li> 1965 1969 </ul> 1966 1970 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> -
draft-ietf-httpbis/latest/p6-cache.xml
r1287 r1289 976 976 The stored response with matching selecting header fields is known as the 977 977 selected response. 978 </t> 979 <t> 980 If multiple selected responses are available, the most recent response 981 (as determined by the Date header field) is used; see <xref 982 target="constructing.responses.from.caches"/>. 978 983 </t> 979 984 <t> … … 2702 2707 "Pragma" 2703 2708 </t> 2709 <t> 2710 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/38"/>: 2711 "Mismatch Vary" 2712 </t> 2704 2713 </list> 2705 2714 </t>
Note: See TracChangeset
for help on using the changeset viewer.