mitmproxy/netlib/http
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
..
http1 Fix to ignore empty header value. 2015-11-17 04:51:20 +11:00
http2 refactor response model 2015-09-26 17:39:50 +02:00
__init__.py refactor response model 2015-09-26 17:39:50 +02:00
authentication.py Headers: return str on all Python versions 2015-09-22 01:48:35 +02:00
cookies.py test response model, push coverage to 100% branch cov 2015-09-27 00:49:41 +02:00
headers.py improve request tests, coverage++ 2015-09-26 20:07:11 +02:00
message.py test response model, push coverage to 100% branch cov 2015-09-27 00:49:41 +02:00
request.py minor fixes 2015-11-01 18:20:00 +01:00
response.py test response model, push coverage to 100% branch cov 2015-09-27 00:49:41 +02:00
status_codes.py improve request tests, coverage++ 2015-09-26 20:07:11 +02:00
user_agents.py move bits around 2015-07-22 15:30:51 +02:00