Changeset 897 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 23/07/10 15:35:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r891 r897 1171 1171 <iref item="no-cache" primary="true" subitem="Cache Directive" /> 1172 1172 <list> 1173 <t>The no-cache response directive indicates that the response &MUST-NOT; be used to 1174 satisfy a subsequent request without successful validation on the origin server. 1175 This allows an origin server to prevent caching even by caches that have been 1176 configured to return stale responses.</t> 1173 <t>The no-cache response directive indicates that the response MUST NOT be used 1174 to satisfy a subsequent request without successful validation on the origin 1175 server. This allows an origin server to prevent a cache from using it to satisfy 1176 a request without contacting it, even by caches that have been configured to 1177 return stale responses.</t> 1177 1178 <t>If the no-cache response directive specifies one or more field-names, this 1178 1179 requirement is limited to the field-values associated with the listed response
Note: See TracChangeset
for help on using the changeset viewer.