aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-01-25 21:12:11 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-02 10:15:01 +0100
commit380d8ec37041d0128df0e0a9ede4b157314f6546 (patch)
tree05a4a6e5d6beb00c7c278d9e06b2e27af05c2837 /pathod
parent3ae060f0d334eebb59c97d0647a2f39ee1b60549 (diff)
downloadmitmproxy-380d8ec37041d0128df0e0a9ede4b157314f6546.tar.gz
mitmproxy-380d8ec37041d0128df0e0a9ede4b157314f6546.tar.bz2
mitmproxy-380d8ec37041d0128df0e0a9ede4b157314f6546.zip
increase test coverage
Diffstat (limited to 'pathod')
-rw-r--r--pathod/protocols/websockets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathod/protocols/websockets.py b/pathod/protocols/websockets.py
index 00ae5aa8..2d1f1bf6 100644
--- a/pathod/protocols/websockets.py
+++ b/pathod/protocols/websockets.py
@@ -53,4 +53,3 @@ class WebsocketsProtocol:
)
lg("crafting websocket spec: %s" % frame_log["spec"])
self.pathod_handler.addlog(frame_log)
- return self.handle_websocket, None