obs-fold

p1 section 3.2.1.

   HTTP senders MUST NOT produce messages that include
   line folding (i.e., that contain any #field-content# that matches the
   obs-fold rule)

shouldn't that be

   HTTP senders MUST NOT produce messages that include
   line folding (i.e., that contain any #header-field# that matches the
   obs-fold rule)

instead?

     OWS            = *( SP / HTAB / obs-fold )
     BWS            = OWS

     header-field   = field-name ":" OWS field-value BWS
     field-name     = token
     field-value    = *( field-content / obs-fold )
     field-content  = *( HTAB / SP / VCHAR / obs-text )

Received on Monday, 30 January 2012 00:15:12 UTC