aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-08-18 17:23:47 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-09-03 10:00:31 +0200
commit0badb3ec91d27ff529b8ea446848431e89fe8ad7 (patch)
treef64a93d15146f5e18d9b9c6fd9052f191a0f866e /test
parentb476966a45a6f77b1a819867dbbc943af9a57ef0 (diff)
downloadmitmproxy-0badb3ec91d27ff529b8ea446848431e89fe8ad7.tar.gz
mitmproxy-0badb3ec91d27ff529b8ea446848431e89fe8ad7.tar.bz2
mitmproxy-0badb3ec91d27ff529b8ea446848431e89fe8ad7.zip
cleanup
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/protocol/test_http2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/protocol/test_http2.py b/test/mitmproxy/protocol/test_http2.py
index 1eabebf1..4dce698d 100644
--- a/test/mitmproxy/protocol/test_http2.py
+++ b/test/mitmproxy/protocol/test_http2.py
@@ -130,6 +130,7 @@ class _Http2TestBase(object):
b"\r\n" % (self.server.server.address.port, self.server.server.address.port)
)
client.wfile.flush()
+ # TODO: rewrite as http.Request object with http.assemble_request
# read CONNECT response
while client.rfile.readline() != b"\r\n":