aboutsummaryrefslogtreecommitdiffstats
path: root/test/http2
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-12 14:41:54 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-12 14:45:51 +0200
commita901bc3032747faf00adf82c3187d38213c070ca (patch)
treedaa1c4457c423c0d730517c591d261b3390c791d /test/http2
parent8ea157775debeccfa0f2fab3aa7e009d13ce4391 (diff)
downloadmitmproxy-a901bc3032747faf00adf82c3187d38213c070ca.tar.gz
mitmproxy-a901bc3032747faf00adf82c3187d38213c070ca.tar.bz2
mitmproxy-a901bc3032747faf00adf82c3187d38213c070ca.zip
http2: add response creation
Diffstat (limited to 'test/http2')
-rw-r--r--test/http2/test_http2_protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http2/test_http2_protocol.py b/test/http2/test_http2_protocol.py
index 1591edd8..76a0ffe9 100644
--- a/test/http2/test_http2_protocol.py
+++ b/test/http2/test_http2_protocol.py
@@ -55,7 +55,7 @@ class TestPerformServerConnectionPreface(test.ServerTestBase):
def handle(self):
# send magic
- self.wfile.write(\
+ self.wfile.write(
'505249202a20485454502f322e300d0a0d0a534d0d0a0d0a'.decode('hex'))
self.wfile.flush()