diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-14 14:43:48 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-14 14:43:48 +0100 |
commit | efcfc62b73ac484ed25727f476c7ad0bb25817d5 (patch) | |
tree | 3910cd5d9afa96eab3119c59c84aa17628e27ea7 /libmproxy/protocol | |
parent | 5e65b933b291a4e53d27ce5671f776d828769f89 (diff) | |
download | mitmproxy-efcfc62b73ac484ed25727f476c7ad0bb25817d5.tar.gz mitmproxy-efcfc62b73ac484ed25727f476c7ad0bb25817d5.tar.bz2 mitmproxy-efcfc62b73ac484ed25727f476c7ad0bb25817d5.zip |
autopep8
Diffstat (limited to 'libmproxy/protocol')
-rw-r--r-- | libmproxy/protocol/http2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/protocol/http2.py b/libmproxy/protocol/http2.py index a65f7659..895fc9a8 100644 --- a/libmproxy/protocol/http2.py +++ b/libmproxy/protocol/http2.py @@ -234,7 +234,6 @@ class Http2Layer(Layer): stream.zombie = time.time() return - frame, _ = hyperframe.frame.Frame.parse_frame_header(raw_frame[:9]) if is_server: |