Changeset 372 for draft-ietf-httpbis
- Timestamp:
- 13/11/08 21:15:12 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r371 r372 2441 2441 </p> 2442 2442 <h2 id="rfc.section.C.4"><a href="#rfc.section.C.4">C.4</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h2> 2443 <p id="rfc.section.C.4.p.1">The CHAR rule does not allow the NUL character anymore (this affects the comment and quoted-string rules). Furthermore, the 2444 quoted-pair rule does not allow escaping NUL, CR or LF anymore. (<a href="#basic.rules" title="Basic Rules">Section 2.2</a>) 2443 <p id="rfc.section.C.4.p.1">Rules about implicit linear white space between certain grammar productions have been removed; now it's only allowed when 2444 specifically pointed out in the ABNF. The CHAR rule does not allow the NUL character anymore (this affects the comment and 2445 quoted-string rules). Furthermore, the quoted-pair rule does not allow escaping NUL, CR or LF anymore. (<a href="#basic.rules" title="Basic Rules">Section 2.2</a>) 2445 2446 </p> 2446 2447 <p id="rfc.section.C.4.p.2">Clarify that HTTP-Version is case sensitive. (<a href="#http.version" title="HTTP Version">Section 3.1</a>) -
draft-ietf-httpbis/latest/p1-messaging.xml
r371 r372 4092 4092 <section title="Changes from RFC 2616" anchor="changes.from.rfc.2616"> 4093 4093 <t> 4094 Rules about implicit linear white space between certain grammar productions 4095 have been removed; now it's only allowed when specifically pointed out 4096 in the ABNF. 4094 4097 The CHAR rule does not allow the NUL character anymore (this affects 4095 4098 the comment and quoted-string rules). Furthermore, the quoted-pair
Note: See TracChangeset
for help on using the changeset viewer.