Changeset 2248 for draft-ietf-httpbis
- Timestamp:
- 08/05/13 13:19:12 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 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> -
draft-ietf-httpbis/latest/p6-cache.xml
r2247 r2248 916 916 </t> 917 917 <t> 918 A <x:ref>Vary</x:ref> header field-value of "*" always fails to match, and 919 subsequent requests to that resource can only be properly interpreted by the 920 origin server. 918 A <x:ref>Vary</x:ref> header field-value of "*" always fails to match. 921 919 </t> 922 920 <t> … … 925 923 </t> 926 924 <t> 927 If multiple selected responses are available, the most recent response 928 (as determined by the <x:ref>Date</x:ref> header field) is used; see <xref 925 If multiple selected responses are available (potentially including 926 responses without a Vary header), the most recent response (as determined by 927 the <x:ref>Date</x:ref> header field) is used; see <xref 929 928 target="constructing.responses.from.caches"/>. 930 929 </t> … … 2652 2651 "placement of extension point considerations" 2653 2652 </t> 2653 <t> 2654 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/471"/>: 2655 "Vary and future requests" 2656 </t> 2654 2657 </list> 2655 2658 </t>
Note: See TracChangeset
for help on using the changeset viewer.