Changeset 619 for draft-ietf-httpbis/latest
- Timestamp:
- 24/07/09 09:49:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r609 r619 467 467 <tr> 468 468 <td class="header left"></td> 469 <td class="header right">July 13, 2009</td>469 <td class="header right">July 24, 2009</td> 470 470 </tr> 471 471 </table> … … 788 788 no more than two characters.) The If-Range header <em class="bcp14">SHOULD</em> only be used together with a Range header, and <em class="bcp14">MUST</em> be ignored if the request does not include a Range header, or if the server does not support the sub-range operation. 789 789 </p> 790 <p id="rfc.section.5.3.p.5">If the entity tag given in the If-Range header matches the current entity tag for the entity, then the server <em class="bcp14">SHOULD</em> provide the specified sub-range of the entity using a 206 (Partial Content) response. If the entity tag does not match, then791 the server <em class="bcp14">SHOULD</em> return the entire entity using a 200 (OK) response.790 <p id="rfc.section.5.3.p.5">If the entity tag given in the If-Range header matches the current cache validator for the entity, then the server <em class="bcp14">SHOULD</em> provide the specified sub-range of the entity using a 206 (Partial Content) response. If the cache validator does not match, 791 then the server <em class="bcp14">SHOULD</em> return the entire entity using a 200 (OK) response. 792 792 </p> 793 793 <div id="rfc.iref.r.1"></div> … … 1234 1234 </ul> 1235 1235 <h2 id="rfc.section.D.9"><a href="#rfc.section.D.9">D.9</a> <a id="changes.since.07" href="#changes.since.07">Since draft-ietf-httpbis-p5-range-07</a></h2> 1236 <p id="rfc.section.D.9.p.1">None.</p> 1236 <p id="rfc.section.D.9.p.1">Closed issues: </p> 1237 <ul> 1238 <li>Fixed discrepancy in the If-Range definition about allowed validators.</li> 1239 </ul> 1237 1240 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1238 1241 <p class="noprint"><a href="#rfc.index.2">2</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a>
Note: See TracChangeset
for help on using the changeset viewer.