mitmproxy/netlib
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
..
http Fix to ignore empty header value. 2015-11-17 04:51:20 +11:00
websockets minor fixes 2015-09-25 18:24:18 +02:00
__init__.py minor cleanups 2014-08-16 15:53:07 +02:00
certutils.py Merge remote-tracking branch 'origin/hostname-validation' 2015-11-04 21:33:32 +01:00
encoding.py improve request tests, coverage++ 2015-09-26 20:07:11 +02:00
exceptions.py http1: add assemble_body function 2015-09-17 02:39:42 +02:00
odict.py python3++ 2015-09-17 16:31:50 +02:00
socks.py python3++ 2015-09-20 19:40:09 +02:00
tcp.py Merge remote-tracking branch 'origin/hostname-validation' 2015-11-04 21:33:32 +01:00
tutils.py refactor response model 2015-09-26 17:39:50 +02:00
utils.py Porting to Python 3.4 2015-11-11 19:53:51 -06:00
version_check.py wip 2015-09-15 19:12:15 +02:00
version.py Bump version for next release cycle 2015-11-07 09:30:49 +13:00
wsgi.py Porting to Python 3.4 2015-11-11 20:27:10 -06:00