Changeset 2458
- Timestamp:
- 31/10/13 15:32:46 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2454 r2458 1028 1028 ignored by recipients that do not recognize them. Header field extensibility is discussed in <a href="#field.extensibility" title="Field Extensibility">Section 3.2.1</a>. 1029 1029 </p> 1030 <p id="rfc.section.2.6.p.8">Intermediaries that process HTTP messages (i.e., all intermediaries other than those acting as tunnels) <em class="bcp14">MUST</em> send their own HTTP-version in forwarded messages. In other words, they <em class="bcp14">MUST NOT</em> blindly forward the first line of an HTTP message without ensuring that the protocol version in that message matches a version 1031 to which that intermediary is conformant for both the receiving and sending of messages. Forwarding an HTTP message without 1032 rewriting the HTTP-version might result in communication errors when downstream recipients use the message sender's version 1033 to determine what features are safe to use for later communication with that sender. 1030 <p id="rfc.section.2.6.p.8">Intermediaries that process HTTP messages (i.e., all intermediaries other than those acting as tunnels) <em class="bcp14">MUST</em> send their own HTTP-version in forwarded messages. In other words, they are not allowed to blindly forward the first line 1031 of an HTTP message without ensuring that the protocol version in that message matches a version to which that intermediary 1032 is conformant for both the receiving and sending of messages. Forwarding an HTTP message without rewriting the HTTP-version 1033 might result in communication errors when downstream recipients use the message sender's version to determine what features 1034 are safe to use for later communication with that sender. 1034 1035 </p> 1035 1036 <p id="rfc.section.2.6.p.9">A client <em class="bcp14">SHOULD</em> send a request version equal to the highest version to which the client is conformant and whose major version is no higher -
draft-ietf-httpbis/latest/p1-messaging.xml
r2454 r2458 739 739 Intermediaries that process HTTP messages (i.e., all intermediaries 740 740 other than those acting as tunnels) &MUST; send their own HTTP-version 741 in forwarded messages. In other words, they &MUST-NOT;blindly741 in forwarded messages. In other words, they are not allowed to blindly 742 742 forward the first line of an HTTP message without ensuring that the 743 743 protocol version in that message matches a version to which that
Note: See TracChangeset
for help on using the changeset viewer.