Changeset 1741 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 08/07/12 19:13:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r1740 r1741 403 403 for a set of ranges that overlap without any holes), this content is 404 404 transmitted with a <x:ref>Content-Range</x:ref> header field, and a 405 Content-Length header field showing the number of bytes actually transferred.406 For example,405 <x:ref>Content-Length</x:ref> header field showing the number of bytes 406 actually transferred. For example, 407 407 </t> 408 408 <figure><artwork type="message/http; msgtype="response"" x:indent-with=" "> … … 481 481 content ranges in the new response and each of the selected responses. 482 482 If the union consists of the entire range of the representation, then the 483 combined response &MUST; be recorded as a complete <x:ref>200 (OK)</x:ref> response 484 with a Content-Length header field that reflects the complete length. 485 Otherwise, the combined response(s) &MUST; include a <x:ref>Content-Range</x:ref> 486 header field describing the included range(s) and be recorded as 487 incomplete. If the union consists of a discontinuous range of the 488 representation, then the client &MAY; store it as either a multipart range 489 response or as multiple <x:ref>206</x:ref> responses with one continuous range each. 483 combined response &MUST; be recorded as a complete <x:ref>200 (OK)</x:ref> 484 response with a <x:ref>Content-Length</x:ref> header field that reflects the 485 complete length. Otherwise, the combined response(s) &MUST; include a 486 <x:ref>Content-Range</x:ref> header field describing the included range(s) 487 and be recorded as incomplete. If the union consists of a discontinuous 488 range of the representation, then the client &MAY; store it as either a 489 multipart range response or as multiple <x:ref>206</x:ref> responses with 490 one continuous range each. 490 491 </t> 491 492 </section>
Note: See TracChangeset
for help on using the changeset viewer.