Changeset 643 for draft-ietf-httpbis/latest
- Timestamp:
- 28/07/09 12:18:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r628 r643 371 371 <link rel="Appendix" title="C Collected ABNF" href="#rfc.section.C"> 372 372 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 373 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.439, 2009-06-09 18:43:39, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">373 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.439, 2009-06-09 18:43:39, XSLT vendor: SAXON 8.9.0.4 from Saxonica http://www.saxonica.com/"> 374 374 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 375 375 <meta name="DC.Creator" content="Fielding, R."> … … 467 467 <tr> 468 468 <td class="header left"></td> 469 <td class="header right">July 2 7, 2009</td>469 <td class="header right">July 28, 2009</td> 470 470 </tr> 471 471 </table> … … 856 856 <a href="#range.retrieval.requests" class="smpl">Range-v</a> = <a href="#rule.ranges-specifier" class="smpl">byte-ranges-specifier</a> 857 857 / <a href="#range.retrieval.requests" class="smpl">other-ranges-specifier</a> 858 <a href="#range.retrieval.requests" class="smpl">other-ranges-specifier</a> = 1*<a href="#notation" class="smpl">CHAR</a> 858 <a href="#range.retrieval.requests" class="smpl">other-ranges-specifier</a> = <a href="#range.units" class="smpl">other-range-unit</a> "=" <a href="#range.retrieval.requests" class="smpl">other-range-set</a> 859 <a href="#range.retrieval.requests" class="smpl">other-range-set</a> = 1*<a href="#notation" class="smpl">CHAR</a> 859 860 </pre><p id="rfc.section.5.4.2.p.3">A server <em class="bcp14">MAY</em> ignore the Range header. However, HTTP/1.1 origin servers and intermediate caches ought to support byte ranges when possible, 860 861 since Range supports efficient recovery from partially failed transfers, and supports efficient partial retrieval of large … … 1235 1236 <ul> 1236 1237 <li>Fixed discrepancy in the If-Range definition about allowed validators.</li> 1238 <li> <<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/151">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/151</a>>: "range unit missing from other-ranges-specifier in Range header" 1239 </li> 1237 1240 </ul> 1238 1241 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1>
Note: See TracChangeset
for help on using the changeset viewer.