Ignore:
Timestamp:
01/09/11 01:23:29 (12 years ago)
Author:
fielding@…
Message:

Fix incorrect definition of line folding (obs-fold) from [351].
Remove optional WSP from chunked encoding grammar added in [353].
Do not use WSP anywhere (it is misleading because it dosn't match the real
definition of whitespace).

Related to #36

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p5-range.xml

    r1415 r1425  
    268268  <x:anchor-alias value="SP"/>
    269269  <x:anchor-alias value="VCHAR"/>
    270   <x:anchor-alias value="WSP"/>
    271270<t>
    272271  This specification uses the ABNF syntax defined in &notation; (which
     
    281280  DIGIT (decimal 0-9), DQUOTE (double quote),
    282281  HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed),
    283   OCTET (any 8-bit sequence of data), SP (space),
    284   VCHAR (any visible USASCII character),
    285   and WSP (whitespace).
     282  OCTET (any 8-bit sequence of data), SP (space), and
     283  VCHAR (any visible US-ASCII character).
    286284</t>
    287285
Note: See TracChangeset for help on using the changeset viewer.