aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/controller.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-03 10:18:36 +1100
committerAldo Cortesi <aldo@nullcube.com>2016-10-04 08:13:56 +1100
commitb73569465391e6f159c6690fc08a566a2c0bbafb (patch)
tree8b45886d50a58bbb15178610bc33c332ae06b72b /mitmproxy/controller.py
parentb0add569b988e9f1e319b9577fbd8e076ac5bd23 (diff)
downloadmitmproxy-b73569465391e6f159c6690fc08a566a2c0bbafb.tar.gz
mitmproxy-b73569465391e6f159c6690fc08a566a2c0bbafb.tar.bz2
mitmproxy-b73569465391e6f159c6690fc08a566a2c0bbafb.zip
websockets_handshake -> websocket_handshake
The plural feels awkward.
Diffstat (limited to 'mitmproxy/controller.py')
-rw-r--r--mitmproxy/controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/controller.py b/mitmproxy/controller.py
index d886af97..ea084973 100644
--- a/mitmproxy/controller.py
+++ b/mitmproxy/controller.py
@@ -28,7 +28,7 @@ Events = frozenset([
"response",
"responseheaders",
- "websockets_handshake",
+ "websocket_handshake",
"next_layer",