- From: Zhong Yu <zhong.j.yu@gmail.com>
- Date: Sun, 29 Jan 2012 18:14:36 -0600
- To: Amos Jeffries <squid3@treenet.co.nz>
- Cc: ietf-http-wg@w3.org
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