Re: Does Reason-Phrase allow LWS?

* Julian Reschke wrote:
>Looking at...:
>
>     TEXT           = <any OCTET except CTLs,
>                      but including LWS>
>     LWS            = [CRLF] 1*( SP | HT )
>     CRLF           = CR LF
>
>     Reason-Phrase  = *<TEXT, excluding CR, LF>
>
>So was the real intent to say: any OCTET except CTLs?

That would disallow spaces. This is literally:

  OCTET - CTL + LWS - CR - LF

Which is the same as

  OCTET - CTL + SP + HT
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 23 November 2007 16:20:25 UTC