mitmproxy/netlib
Aldo Cortesi 91752990d5 Handle HTTP responses that have a body but no content-length or transfer encoding
We check if the server sent a connection:close header, and read till the socket
closes.

Closes #2
2012-07-24 11:41:18 +12:00
..
__init__.py Initial checkin. 2012-06-19 09:42:32 +12:00
certutils.py Fix cert path. 2012-07-20 14:45:58 +12:00
http_status.py Add http_status.py 2012-06-23 18:34:51 +12:00
http.py Handle HTTP responses that have a body but no content-length or transfer encoding 2012-07-24 11:41:18 +12:00
odict.py Initial checkin. 2012-06-19 09:42:32 +12:00
tcp.py Handle HTTP responses that have a body but no content-length or transfer encoding 2012-07-24 11:41:18 +12:00
version.py README, setup.py, version 2012-06-23 13:49:57 +12:00
wsgi.py Signal errors back to caller in WSGI .serve() 2012-07-11 07:16:45 +12:00