Changeset 1874
- Timestamp:
- 10/09/12 00:54:17 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1873 r1874 969 969 in HTTP. Note that SHOULD-level requirements are relevant here, unless one of the documented exceptions is applicable. 970 970 </p> 971 <p id="rfc.section.2.5.p.4"> In addition to the prose requirements placed upon them, senders<em class="bcp14">MUST NOT</em> generate protocol elements that do not match the grammar defined by the ABNF rules for those protocol elements that are applicable971 <p id="rfc.section.2.5.p.4">Conformance applies to both the syntax and semantics of HTTP protocol elements. A sender <em class="bcp14">MUST NOT</em> generate protocol elements that convey a meaning that is known by that sender to be false. A sender <em class="bcp14">MUST NOT</em> generate protocol elements that do not match the grammar defined by the ABNF rules for those protocol elements that are applicable 972 972 to the sender's role. If a received protocol element is processed, the recipient <em class="bcp14">MUST</em> be able to parse any value that would match the ABNF rules for that protocol element, excluding only those rules not applicable 973 973 to the recipient's role. -
draft-ietf-httpbis/latest/p1-messaging.xml
r1872 r1874 631 631 </t> 632 632 <t> 633 In addition to the prose requirements placed upon them, senders &MUST-NOT; 633 Conformance applies to both the syntax and semantics of HTTP protocol 634 elements. A sender &MUST-NOT; generate protocol elements that convey a 635 meaning that is known by that sender to be false. A sender &MUST-NOT; 634 636 generate protocol elements that do not match the grammar defined by the 635 637 ABNF rules for those protocol elements that are applicable to the sender's
Note: See TracChangeset
for help on using the changeset viewer.