Changeset 2248 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 08/05/13 13:19:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r2247 r2248 1084 1084 if it is also absent there. 1085 1085 </p> 1086 <p id="rfc.section.4.3.p.4">A <a href="p2-semantics.html#header.vary" class="smpl">Vary</a> header field-value of "*" always fails to match, and subsequent requests to that resource can only be properly interpreted 1087 by the origin server. 1086 <p id="rfc.section.4.3.p.4">A <a href="p2-semantics.html#header.vary" class="smpl">Vary</a> header field-value of "*" always fails to match. 1088 1087 </p> 1089 1088 <p id="rfc.section.4.3.p.5">The stored response with matching selecting header fields is known as the selected response.</p> 1090 <p id="rfc.section.4.3.p.6">If multiple selected responses are available, the most recent response (as determined by the <a href="p2-semantics.html#header.date" class="smpl">Date</a> header field) is used; see <a href="#constructing.responses.from.caches" title="Constructing Responses from Caches">Section 4</a>. 1089 <p id="rfc.section.4.3.p.6">If multiple selected responses are available (potentially including responses without a Vary header), the most recent response 1090 (as determined by the <a href="p2-semantics.html#header.date" class="smpl">Date</a> header field) is used; see <a href="#constructing.responses.from.caches" title="Constructing Responses from Caches">Section 4</a>. 1091 1091 </p> 1092 1092 <p id="rfc.section.4.3.p.7">If no selected response is available, the cache cannot satisfy the presented request. Typically, it is forwarded to the origin … … 2011 2011 </li> 2012 2012 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/464">http://tools.ietf.org/wg/httpbis/trac/ticket/464</a>>: "placement of extension point considerations" 2013 </li> 2014 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/471">http://tools.ietf.org/wg/httpbis/trac/ticket/471</a>>: "Vary and future requests" 2013 2015 </li> 2014 2016 </ul>
Note: See TracChangeset
for help on using the changeset viewer.