diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-12 14:41:54 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-12 14:45:51 +0200 |
| commit | a901bc3032747faf00adf82c3187d38213c070ca (patch) | |
| tree | daa1c4457c423c0d730517c591d261b3390c791d /test/http2/test_http2_protocol.py | |
| parent | 8ea157775debeccfa0f2fab3aa7e009d13ce4391 (diff) | |
| download | mitmproxy-a901bc3032747faf00adf82c3187d38213c070ca.tar.gz mitmproxy-a901bc3032747faf00adf82c3187d38213c070ca.tar.bz2 mitmproxy-a901bc3032747faf00adf82c3187d38213c070ca.zip | |
http2: add response creation
Diffstat (limited to 'test/http2/test_http2_protocol.py')
| -rw-r--r-- | test/http2/test_http2_protocol.py | 2 |
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() |
