mitmproxy/test
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
..
data Add certutils to netlib. 2012-06-27 16:42:00 +12:00
test_certutils.py Add utility function for converstion to PEM. 2012-06-28 14:56:21 +12:00
test_http.py Handle HTTP responses that have a body but no content-length or transfer encoding 2012-07-24 11:41:18 +12:00
test_odict.py Initial checkin. 2012-06-19 09:42:32 +12:00
test_tcp.py Handle HTTP responses that have a body but no content-length or transfer encoding 2012-07-24 11:41:18 +12:00
test_wsgi.py Adapt WSGI, convert test suite to nose. 2012-06-19 14:23:22 +12:00
tutils.py Initial checkin. 2012-06-19 09:42:32 +12:00