mitmproxy/netlib/http/http1
Benjamin Lee c1385c9a17 Fix to ignore empty header value.
According to Augmented BNF in the following RFCs

http://tools.ietf.org/html/rfc5234#section-3.6

http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1

        field-value    = *( field-content | LWS )

http://tools.ietf.org/html/rfc7230#section-3.2

        field-value    = *( field-content / obs-fold )

... the HTTP message header `field-value` is allowed to be empty.
2015-11-17 04:51:20 +11:00
..
__init__.py http1: add assemble_body function 2015-09-17 02:39:42 +02:00
assemble.py refactor response model 2015-09-26 17:39:50 +02:00
read.py Fix to ignore empty header value. 2015-11-17 04:51:20 +11:00