diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-02-02 12:55:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 12:55:33 +0100 |
commit | c1bc1ea584d4bb47c1b754dfa7f10ab4dfc380a3 (patch) | |
tree | 8ef96450633b847ea7ab33d61e2e66ac8887426c /pathod/protocols/websockets.py | |
parent | 3ae060f0d334eebb59c97d0647a2f39ee1b60549 (diff) | |
parent | 6e329595ca27b8f5be571abed56065ca31e3ad37 (diff) | |
download | mitmproxy-c1bc1ea584d4bb47c1b754dfa7f10ab4dfc380a3.tar.gz mitmproxy-c1bc1ea584d4bb47c1b754dfa7f10ab4dfc380a3.tar.bz2 mitmproxy-c1bc1ea584d4bb47c1b754dfa7f10ab4dfc380a3.zip |
Merge pull request #1959 from Kriechi/coverage-fail
add test coverage protection
Diffstat (limited to 'pathod/protocols/websockets.py')
-rw-r--r-- | pathod/protocols/websockets.py | 1 |
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 |