Changeset 1755
- Timestamp:
- 10/07/12 07:44:33 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1754 r1755 491 491 <link href="p5-range.html" rel="prev"> 492 492 <link href="p7-auth.html" rel="next"> 493 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.584, 2012-06-24 15:59:38, XSLT vendor: SAXON 9.1.0.8from Saxonica http://www.saxonica.com/">493 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.584, 2012-06-24 15:59:38, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 494 494 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 495 495 <meta name="dct.creator" content="Fielding, R."> … … 992 992 </p> 993 993 <div class="note" id="rfc.section.4.1.2.p.4"> 994 <p> <b>Note:</b> <a href=" #RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>, <a href="http://tools.ietf.org/html/rfc2616#section-13.9">Section 13.9</a> prohibited caches from calculating heuristic freshness for URIs with query components (i.e., those containing '?'). In practice,994 <p> <b>Note:</b> <a href="http://tools.ietf.org/html/rfc2616#section-13.9">Section 13.9</a> of <a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a> prohibited caches from calculating heuristic freshness for URIs with query components (i.e., those containing '?'). In practice, 995 995 this has not been widely implemented. Therefore, servers are encouraged to send explicit directives (e.g., Cache-Control: 996 996 no-cache) if they wish to preclude caching. -
draft-ietf-httpbis/latest/p6-cache.xml
r1754 r1755 739 739 <x:note> 740 740 <t> 741 &Note; <xref target="RFC2616" x:fmt=" ," x:sec="13.9"/> prohibited caches741 &Note; <xref target="RFC2616" x:fmt="of" x:sec="13.9"/> prohibited caches 742 742 from calculating heuristic freshness for URIs with query components 743 743 (i.e., those containing '?'). In practice, this has not been widely
Note: See TracChangeset
for help on using the changeset viewer.