Changeset 2385
- Timestamp:
- 13/09/13 12:03:26 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r2384 r2385 1463 1463 1464 1464 <a href="#header.warning" class="smpl">warning-value</a> = <a href="#header.warning" class="smpl">warn-code</a> <a href="#imported.abnf" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-agent</a> <a href="#imported.abnf" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-text</a> 1465 [ <a href="#imported.abnf" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-date</a>]1465 [ <a href="#imported.abnf" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-date</a> ] 1466 1466 1467 1467 <a href="#header.warning" class="smpl">warn-code</a> = 3<a href="#imported.abnf" class="smpl">DIGIT</a> … … 1931 1931 <p id="rfc.section.A.p.14">The <a href="#header.pragma" class="smpl">Pragma</a> header field is now only defined for backwards compatibility; future pragmas are deprecated. (<a href="#header.pragma" id="rfc.xref.header.pragma.3" title="Pragma">Section 5.4</a>) 1932 1932 </p> 1933 <p id="rfc.section.A.p.15">Some requirements regarding production of the <a href="#header.warning" class="smpl">Warning</a> header fields have been relaxed, as it is not widely implemented. Furthermore, the <a href="#header.warning" class="smpl">Warning</a> header field no longer uses RFC 2047 encoding, nor allows multiple languages, as these aspects were not implemented. (<a href="#header.warning" id="rfc.xref.header.warning.6" title="Warning">Section 5.5</a>)1933 <p id="rfc.section.A.p.15">Some requirements regarding production and processing of the <a href="#header.warning" class="smpl">Warning</a> header fields have been relaxed, as it is not widely implemented. Furthermore, the <a href="#header.warning" class="smpl">Warning</a> header field no longer uses RFC 2047 encoding, nor allows multiple languages, as these aspects were not implemented. (<a href="#header.warning" id="rfc.xref.header.warning.6" title="Warning">Section 5.5</a>) 1934 1934 </p> 1935 1935 <p id="rfc.section.A.p.16">This specification introduces the Cache Directive and Warn Code Registries, and defines considerations for new cache directives. … … 1995 1995 <a href="#header.warning" class="smpl">warn-date</a> = DQUOTE HTTP-date DQUOTE 1996 1996 <a href="#header.warning" class="smpl">warn-text</a> = quoted-string 1997 <a href="#header.warning" class="smpl">warning-value</a> = warn-code SP warn-agent SP warn-text [ SP warn-date ] 1997 <a href="#header.warning" class="smpl">warning-value</a> = warn-code SP warn-agent SP warn-text [ SP warn-date 1998 ] 1998 1999 </pre><h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1999 2000 <p id="rfc.section.D.p.1">Changes up to the first Working Group Last Call draft are summarized in <<a href="http://trac.tools.ietf.org/html/draft-ietf-httpbis-p6-cache-19#appendix-C">http://trac.tools.ietf.org/html/draft-ietf-httpbis-p6-cache-19#appendix-C</a>>. … … 2058 2059 </ul> 2059 2060 <h2 id="rfc.section.D.5"><a href="#rfc.section.D.5">D.5</a> <a id="changes.since.23" href="#changes.since.23">Since draft-ietf-httpbis-p6-cache-23</a></h2> 2060 <p id="rfc.section.D.5.p.1">None yet.</p> 2061 <p id="rfc.section.D.5.p.1">Closed issues: </p> 2062 <ul> 2063 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/486">http://tools.ietf.org/wg/httpbis/trac/ticket/486</a>>: "Requiring proxies to process warn-date" 2064 </li> 2065 </ul> 2061 2066 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 2062 2067 <p class="noprint"><a href="#rfc.index.1">1</a> <a href="#rfc.index.2">2</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.B">B</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.F">F</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.V">V</a> <a href="#rfc.index.W">W</a> -
draft-ietf-httpbis/latest/p6-cache.xml
r2384 r2385 1751 1751 1752 1752 <x:ref>warning-value</x:ref> = <x:ref>warn-code</x:ref> <x:ref>SP</x:ref> <x:ref>warn-agent</x:ref> <x:ref>SP</x:ref> <x:ref>warn-text</x:ref> 1753 [ <x:ref>SP</x:ref> <x:ref>warn-date</x:ref>]1753 [ <x:ref>SP</x:ref> <x:ref>warn-date</x:ref> ] 1754 1754 1755 1755 <x:ref>warn-code</x:ref> = 3<x:ref>DIGIT</x:ref> … … 2556 2556 </t> 2557 2557 <t> 2558 Some requirements regarding production of the <x:ref>Warning</x:ref>2558 Some requirements regarding production and processing of the <x:ref>Warning</x:ref> 2559 2559 header fields have been relaxed, as it is not widely implemented. 2560 2560 Furthermore, the <x:ref>Warning</x:ref> header field no longer uses RFC 2047 encoding, … … 2659 2659 <x:ref>warn-date</x:ref> = DQUOTE HTTP-date DQUOTE 2660 2660 <x:ref>warn-text</x:ref> = quoted-string 2661 <x:ref>warning-value</x:ref> = warn-code SP warn-agent SP warn-text [ SP warn-date ] 2661 <x:ref>warning-value</x:ref> = warn-code SP warn-agent SP warn-text [ SP warn-date 2662 ] 2662 2663 </artwork> 2663 2664 </figure> … … 2794 2795 <section title="Since draft-ietf-httpbis-p6-cache-23" anchor="changes.since.23"> 2795 2796 <t> 2796 None yet. 2797 Closed issues: 2798 <list style="symbols"> 2799 <t> 2800 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/486"/>: 2801 "Requiring proxies to process warn-date" 2802 </t> 2803 </list> 2797 2804 </t> 2798 2805 </section>
Note: See TracChangeset
for help on using the changeset viewer.