Changeset 141
- Timestamp:
- 04/01/08 13:13:17 (15 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r138 r141 564 564 <p id="rfc.section.3.1.p.3">If the 206 response is the result of an If-Range request, the response <em class="bcp14">SHOULD NOT</em> include other entity-headers. Otherwise, the response <em class="bcp14">MUST</em> include all of the entity-headers that would have been returned with a 200 (OK) response to the same request. 565 565 </p> 566 <p id="rfc.section.3.1.p.4">A cache <em class="bcp14">MUST NOT</em> combine a 206 response with other previously cached content if the ETag or Last-Modified headers do not match exactly, see <a href="#combining.byte.ranges" title="Combining Byte Ranges"> 4</a>.566 <p id="rfc.section.3.1.p.4">A cache <em class="bcp14">MUST NOT</em> combine a 206 response with other previously cached content if the ETag or Last-Modified headers do not match exactly, see <a href="#combining.byte.ranges" title="Combining Byte Ranges">Section 4</a>. 567 567 </p> 568 568 <p id="rfc.section.3.1.p.5">A cache that does not support the Range and Content-Range headers <em class="bcp14">MUST NOT</em> cache 206 (Partial Content) responses. -
draft-ietf-httpbis/latest/p5-range.xml
r138 r141 289 289 A cache &MUST-NOT; combine a 206 response with other previously cached 290 290 content if the ETag or Last-Modified headers do not match exactly, 291 see <xref target="combining.byte.ranges" format="counter"/>.291 see <xref target="combining.byte.ranges"/>. 292 292 </t> 293 293 <t>
Note: See TracChangeset
for help on using the changeset viewer.