Changeset 2559
- Timestamp:
- 18/01/14 08:29:56 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r2554 r2559 448 448 } 449 449 @bottom-center { 450 content: "Expires July 2 1, 2014";450 content: "Expires July 22, 2014"; 451 451 } 452 452 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2014-01-1 7">493 <meta name="dct.issued" scheme="ISO8601" content="2014-01-18"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 495 495 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document defines range requests and the rules for constructing and combining responses to those requests."> … … 517 517 </tr> 518 518 <tr> 519 <td class="left">Expires: July 2 1, 2014</td>519 <td class="left">Expires: July 22, 2014</td> 520 520 <td class="right">J. Reschke, Editor</td> 521 521 </tr> … … 526 526 <tr> 527 527 <td class="left"></td> 528 <td class="right">January 1 7, 2014</td>528 <td class="right">January 18, 2014</td> 529 529 </tr> 530 530 </tbody> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on July 2 1, 2014.</p>555 <p>This Internet-Draft will expire on July 22, 2014.</p> 556 556 </div> 557 557 <div id="rfc.copyrightnotice"> … … 807 807 </p> 808 808 <p id="rfc.section.3.2.p.7">If the validator given in the If-Range header field matches the current validator for the selected representation of the target 809 resource, then the server <em class="bcp14">SHOULD</em> process the <a href="#header.range" class="smpl">Range</a> header field as requested. If the validator does not match, the server <em class="bcp14">MUST</em> ignore the <a href="#header.range" class="smpl">Range</a> header field. 809 resource, then the server <em class="bcp14">SHOULD</em> process the <a href="#header.range" class="smpl">Range</a> header field as requested. If the validator does not match, the server <em class="bcp14">MUST</em> ignore the <a href="#header.range" class="smpl">Range</a> header field. Note that this comparison by exact match, including when the validator is an <a href="#imported.abnf" class="smpl">HTTP-date</a>, differs from the "earlier than or equal to" comparison used when evaluating an <a href="p4-conditional.html#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> conditional. 810 810 </p> 811 811 </div> -
draft-ietf-httpbis/latest/p5-range.xml
r2554 r2559 500 500 the server &SHOULD; process the <x:ref>Range</x:ref> header field as 501 501 requested. If the validator does not match, the server &MUST; ignore the 502 <x:ref>Range</x:ref> header field. 502 <x:ref>Range</x:ref> header field. Note that this comparison by exact 503 match, including when the validator is an <x:ref>HTTP-date</x:ref>, differs 504 from the "earlier than or equal to" comparison used when evaluating an 505 <x:ref>If-Unmodified-Since</x:ref> conditional. 503 506 </t> 504 507 </section>
Note: See TracChangeset
for help on using the changeset viewer.