aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy/protocol/http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/proxy/protocol/http2.py')
-rw-r--r--mitmproxy/proxy/protocol/http2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/proxy/protocol/http2.py b/mitmproxy/proxy/protocol/http2.py
index eae7f06d..42b61f4d 100644
--- a/mitmproxy/proxy/protocol/http2.py
+++ b/mitmproxy/proxy/protocol/http2.py
@@ -642,7 +642,7 @@ class Http2SingleStreamLayer(httpbase._HttpTransmissionLayer, basethread.BaseThr
try:
layer()
- except exceptions.Http2ZombieException as e: # pragma: no cover
+ except exceptions.Http2ZombieException: # pragma: no cover
pass
except exceptions.ProtocolException as e: # pragma: no cover
self.log(repr(e), "info")