Changeset 1738 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 08/07/12 13:29:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1737 r1738 510 510 Likewise, a <x:ref>206 (Partial Content)</x:ref> response &MAY; be stored as if it were 511 511 an incomplete <x:ref>200 (OK)</x:ref> cache entry. However, a cache &MUST-NOT; store 512 incomplete or partial content responses if it does not support the Range513 and Content-Range header fields or if it does not understand the514 range units used in those fields.512 incomplete or partial content responses if it does not support the 513 <x:ref>Range</x:ref> and <x:ref>Content-Range</x:ref> header fields or if it 514 does not understand the range units used in those fields. 515 515 </t> 516 516 <t> … … 1149 1149 with warn-code 2xx; and,</t> 1150 1150 <t>use other header fields provided in the new response, aside 1151 from Content-Range, to replace all instances of the corresponding1152 header fields in the stored response.</t>1151 from <x:ref>Content-Range</x:ref>, to replace all instances of the 1152 corresponding header fields in the stored response.</t> 1153 1153 </list> 1154 1154 </t> … … 1358 1358 The no-transform request directive indicates that an intermediary 1359 1359 (whether or not it implements a cache) &MUST-NOT; change the 1360 Content-Encoding, Content-Range or Content-Type request header fields,1361 nor the request representation.1360 Content-Encoding, <x:ref>Content-Range</x:ref> or Content-Type request 1361 header fields, nor the request representation. 1362 1362 </t> 1363 1363 </section> … … 1587 1587 The no-transform response directive indicates that an intermediary 1588 1588 (regardless of whether it implements a cache) &MUST-NOT; change the 1589 Content-Encoding, Content-Range or Content-Type response header fields,1590 nor the response representation.1589 Content-Encoding, <x:ref>Content-Range</x:ref> or Content-Type response 1590 header fields, nor the response representation. 1591 1591 </t> 1592 1592 </section> … … 2354 2354 <x:source basename="p5-range" href="p5-range.xml"> 2355 2355 <x:defines>206 (Partial Content)</x:defines> 2356 <x:defines>Content-Range</x:defines> 2357 <x:defines>Range</x:defines> 2356 2358 </x:source> 2357 2359 </reference>
Note: See TracChangeset
for help on using the changeset viewer.