Changeset 965 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 30/07/10 06:11:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r962 r965 397 397 <t> 398 398 If the 206 response is the result of an If-Range request, the response 399 &SHOULD-NOT; include other entity-headers. Otherwise, the response400 &MUST; include all of the entity-headers that would have been returned399 &SHOULD-NOT; include other representation header fields. Otherwise, the response 400 &MUST; include all of the representation header fields that would have been returned 401 401 with a 200 (OK) response to the same request. 402 402 </t> … … 428 428 <t> 429 429 When this status code is returned for a byte-range request, the 430 response &SHOULD; include a Content-Range entity-header field431 specifying the current length of the selected resource(see <xref target="header.content-range"/>).430 response &SHOULD; include a Content-Range header field 431 specifying the current length of the representation (see <xref target="header.content-range"/>). 432 432 This response &MUST-NOT; use the multipart/byteranges content-type. 433 433 </t> … … 467 467 This section defines the syntax and semantics of HTTP/1.1 header fields 468 468 related to range requests and partial responses. 469 </t>470 <t>471 For entity-header fields, both sender and recipient refer to either the472 client or the server, depending on who sends and who receives the message.473 469 </t> 474 470 … … 523 519 <x:anchor-alias value="other-range-resp-spec"/> 524 520 <t> 525 The "Content-Range" entity-header field is sent with a partial representation to526 specify where in the full representation the pa rtialbody should be521 The "Content-Range" header field is sent with a partial representation to 522 specify where in the full representation the payload body should be 527 523 applied. 528 524 </t> … … 1632 1628 <t> 1633 1629 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/220"/>: 1634 "Clarify entity / representation / variant terminology"1635 </t>1636 <t>1637 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/220"/>:1638 1630 "consider removing the 'changes from 2068' sections" 1639 1631 </t>
Note: See TracChangeset
for help on using the changeset viewer.