aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/controller.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-08-21 11:12:41 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-09-01 09:57:35 +0200
commitcd3d30633fae965044d5f320b5544dfbd039693f (patch)
treee4bf2d1e8bb65daa544c97731fc1aceb2170d375 /mitmproxy/controller.py
parente5b0dae7e9ef8d2ce62fc263c377c76546190825 (diff)
downloadmitmproxy-cd3d30633fae965044d5f320b5544dfbd039693f.tar.gz
mitmproxy-cd3d30633fae965044d5f320b5544dfbd039693f.tar.bz2
mitmproxy-cd3d30633fae965044d5f320b5544dfbd039693f.zip
websockets: update protocol detection
Diffstat (limited to 'mitmproxy/controller.py')
-rw-r--r--mitmproxy/controller.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mitmproxy/controller.py b/mitmproxy/controller.py
index c262b192..d886af97 100644
--- a/mitmproxy/controller.py
+++ b/mitmproxy/controller.py
@@ -28,6 +28,8 @@ Events = frozenset([
"response",
"responseheaders",
+ "websockets_handshake",
+
"next_layer",
"error",