Changeset 2675 for draft-ietf-httpbis/latest/auth48/rfc7232.abdiff.txt
- Timestamp:
- 14/05/14 16:26:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/auth48/rfc7232.abdiff.txt
r2674 r2675 209 209 210 210 211 Section 3.5., paragraph 1:212 OLD:213 214 The "If-Range" header field provides a special conditional request215 mechanism that is similar to the If-Match and If-Unmodified-Since216 header fields but that instructs the recipient to ignore the Range217 header field if the validator doesn't match, resulting in transfer of218 the new selected representation instead of a 412 response. If-Range219 is defined in Section 3.2 of [RFC7233].220 221 NEW:222 223 The "If-Range" header field provides a special conditional request224 mechanism that is similar to the If-Match and If-Unmodified-Since225 header fields but that instructs the recipient to ignore the Range226 header field if the validator doesn't match, resulting in transfer of227 the new selected representation instead of a 412 (Precondition228 Failed) response. If-Range is defined in Section 3.2 of [RFC7233].229 230 231 211 Section 4.1., paragraph 2: 232 212 OLD: … … 295 275 296 276 297 Section 5., paragraph 1:298 OLD:299 300 Except when excluded below, a recipient cache or origin server MUST301 evaluate received request preconditions after it has successfully302 performed its normal request checks and just before it would perform303 the action associated with the request method. A server MUST ignore304 all received preconditions if its response to the same request305 without those conditions would have been a status code other than a306 2xx or 412 (Precondition Failed). In other words, redirects and307 failures take precedence over the evaluation of preconditions in308 conditional requests.309 310 NEW:311 312 Except when excluded below, a recipient cache or origin server MUST313 evaluate received request preconditions after it has successfully314 performed its normal request checks and just before it would perform315 the action associated with the request method. A server MUST ignore316 all received preconditions if its response to the same request317 without those conditions would have been a status code other than a318 2xx (Successful) or 412 (Precondition Failed). In other words,319 redirects and failures take precedence over the evaluation of320 preconditions in conditional requests.321 322 323 277 Section 7.1., paragraph 1: 324 278 OLD:
Note: See TracChangeset
for help on using the changeset viewer.