Changeset 1173 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 13/03/11 11:39:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1168 r1173 1133 1133 &SHOULD; reflect the message received back to the client as the 1134 1134 message-body of a 200 (OK) response. The final recipient is either the 1135 origin server or the first proxy or gatewayto receive a Max-Forwards1135 origin server or the first proxy to receive a Max-Forwards 1136 1136 value of zero (0) in the request (see <xref target="header.max-forwards"/>). 1137 1137 A TRACE request &MUST-NOT; include a message-body. … … 2302 2302 TRACE (<xref target="TRACE"/>) and OPTIONS (<xref target="OPTIONS"/>) 2303 2303 methods to limit the number of times that the request is forwarded by 2304 proxies or gateways. This can be useful when the client is attempting to2304 proxies. This can be useful when the client is attempting to 2305 2305 trace a request which appears to be failing or looping in mid-chain. 2306 2306 </t> … … 2314 2314 </t> 2315 2315 <t> 2316 Each proxy or gatewayrecipient of a TRACE or OPTIONS request2316 Each recipient of a TRACE or OPTIONS request 2317 2317 containing a Max-Forwards header field &MUST; check and update its 2318 2318 value prior to forwarding the request. If the received value is zero
Note: See TracChangeset
for help on using the changeset viewer.