Changeset 541
- Timestamp:
- 06/03/09 15:01:39 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r540 r541 1304 1304 of its meaning. 1305 1305 </p> 1306 <p id="rfc.section.3.6.p.14"> 110 Response is stale</p>1306 <p id="rfc.section.3.6.p.14"></p> 1307 1307 <dl class="empty"> 1308 1308 <dd><em class="bcp14">SHOULD</em> be included whenever the returned response is stale. 1309 1309 </dd> 1310 1310 </dl> 1311 <p id="rfc.section.3.6.p.15"> 111 Revalidation failed</p>1311 <p id="rfc.section.3.6.p.15"></p> 1312 1312 <dl class="empty"> 1313 1313 <dd><em class="bcp14">SHOULD</em> be included if a cache returns a stale response because an attempt to validate the response failed, due to an inability to … … 1315 1315 </dd> 1316 1316 </dl> 1317 <p id="rfc.section.3.6.p.16"> 112 Disconnected operation</p>1317 <p id="rfc.section.3.6.p.16"></p> 1318 1318 <dl class="empty"> 1319 1319 <dd><em class="bcp14">SHOULD</em> be included if the cache is intentionally disconnected from the rest of the network for a period of time. 1320 1320 </dd> 1321 1321 </dl> 1322 <p id="rfc.section.3.6.p.17"> 113 Heuristic expiration</p>1322 <p id="rfc.section.3.6.p.17"></p> 1323 1323 <dl class="empty"> 1324 1324 <dd><em class="bcp14">SHOULD</em> be included if the cache heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater … … 1326 1326 </dd> 1327 1327 </dl> 1328 <p id="rfc.section.3.6.p.18"> 199 Miscellaneous warning</p>1328 <p id="rfc.section.3.6.p.18"></p> 1329 1329 <dl class="empty"> 1330 1330 <dd>The warning text can include arbitrary information to be presented to a human user, or logged. A system receiving this warning <em class="bcp14">MUST NOT</em> take any automated action, besides presenting the warning to the user. 1331 1331 </dd> 1332 1332 </dl> 1333 <p id="rfc.section.3.6.p.19"> 214 Transformation applied</p>1333 <p id="rfc.section.3.6.p.19"></p> 1334 1334 <dl class="empty"> 1335 1335 <dd><em class="bcp14">MUST</em> be added by an intermediate cache or proxy if it applies any transformation changing the content-coding (as specified in the … … 1338 1338 </dd> 1339 1339 </dl> 1340 <p id="rfc.section.3.6.p.20"> 299 Miscellaneous persistent warning</p>1340 <p id="rfc.section.3.6.p.20"></p> 1341 1341 <dl class="empty"> 1342 1342 <dd>The warning text can include arbitrary information to be presented to a human user, or logged. A system receiving this warning <em class="bcp14">MUST NOT</em> take any automated action. -
draft-ietf-httpbis/latest/p6-cache.xml
r540 r541 1440 1440 warn-text in English, and a description of its meaning. 1441 1441 </t> 1442 <t> 1442 <t><?rfc needLines="4"?> 1443 1443 110 Response is stale 1444 1444 <list> … … 1446 1446 </list> 1447 1447 </t> 1448 <t> 1448 <t><?rfc needLines="4"?> 1449 1449 111 Revalidation failed 1450 1450 <list> … … 1453 1453 </list> 1454 1454 </t> 1455 <t> 1455 <t><?rfc needLines="4"?> 1456 1456 112 Disconnected operation 1457 1457 <list> … … 1460 1460 </list> 1461 1461 </t> 1462 <t> 1462 <t><?rfc needLines="4"?> 1463 1463 113 Heuristic expiration 1464 1464 <list> … … 1467 1467 </list> 1468 1468 </t> 1469 <t> 1469 <t><?rfc needLines="4"?> 1470 1470 199 Miscellaneous warning 1471 1471 <list> … … 1475 1475 </list> 1476 1476 </t> 1477 <t> 1477 <t><?rfc needLines="4"?> 1478 1478 214 Transformation applied 1479 1479 <list> … … 1485 1485 </list> 1486 1486 </t> 1487 <t> 1487 <t><?rfc needLines="4"?> 1488 1488 299 Miscellaneous persistent warning 1489 1489 <list>
Note: See TracChangeset
for help on using the changeset viewer.