Changeset 188 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 02/02/08 19:20:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r187 r188 837 837 OCTET = %x00-FF 838 838 ; any 8-bit sequence of data 839 CHAR = %x0 0-7F840 ; any US-ASCII character 839 CHAR = %x01-7F 840 ; any US-ASCII character, excluding NUL 841 841 ALPHA = %x41-5A | %x61-7A 842 842 ; A-Z | a-z … … 4034 4034 <section title="Changes from RFC 2616" anchor="changes.from.rfc.2616"> 4035 4035 <t> 4036 The CHAR rule does not allow the NUL character anymore (this affects 4037 the comment and quoted-string rules). 4038 (<xref target="basic.rules"/>) 4039 </t> 4040 <t> 4036 4041 Clarify that HTTP-Version is case sensitive. 4037 4042 (<xref target="http.version"/>) … … 4203 4208 </t> 4204 4209 <t> 4205 Synchronize core rules with RFC5234. 4210 Synchronize core rules with RFC5234 (this includes a change to CHAR 4211 which now excludes NUL). 4206 4212 </t> 4207 4213 <t>
Note: See TracChangeset
for help on using the changeset viewer.