Re: Header field-name token and leading spaces

Le 3 mars 2013 à 14:21, Poul-Henning Kamp a écrit :
> Actually, something is said:  It is a continuation line for
> the previous header.

Ah indeed.
    obs-fold       = CRLF ( SP / HTAB )
                   ; obsolete line folding
                   ; see Section 3.2.4

ok. cool. So it should be forbidden in production. It is not the intent of the author with:

request.add_header(' foo', 'bar')
→ " foo:bar"

Cool Thanks!


-- 
Karl Dubost
http://www.la-grange.net/karl/

Received on Sunday, 3 March 2013 22:57:01 UTC