Changeset 2073 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 31/12/12 11:02:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r2069 r2073 1783 1783 <iref primary="true" item="110 Response is Stale (warn code)" x:for-anchor=""/> 1784 1784 <t> 1785 A cache &SHOULD; include this whenever the sent response is stale.1785 A cache &SHOULD; generate this whenever the sent response is stale. 1786 1786 </t> 1787 1787 </section> … … 1790 1790 <iref primary="true" item="111 Revalidation Failed (warn code)" x:for-anchor=""/> 1791 1791 <t> 1792 A cache &SHOULD; include this when sending a stale response because an1792 A cache &SHOULD; generate this when sending a stale response because an 1793 1793 attempt to validate the response failed, due to an inability to reach 1794 1794 the server. … … 1799 1799 <iref primary="true" item="112 Disconnected Operation (warn code)" x:for-anchor=""/> 1800 1800 <t> 1801 A cache &SHOULD; include this if it is intentionally disconnected from1801 A cache &SHOULD; generate this if it is intentionally disconnected from 1802 1802 the rest of the network for a period of time. 1803 1803 </t> … … 1807 1807 <iref primary="true" item="113 Heuristic Expiration (warn code)" x:for-anchor=""/> 1808 1808 <t> 1809 A cache &SHOULD; include this if it heuristically chose a freshness1809 A cache &SHOULD; generate this if it heuristically chose a freshness 1810 1810 lifetime greater than 24 hours and the response's age is greater than 24 1811 1811 hours.
Note: See TracChangeset
for help on using the changeset viewer.