aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-08-16 18:31:50 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-09-01 09:57:18 +0200
commite5b0dae7e9ef8d2ce62fc263c377c76546190825 (patch)
treed3b7257cfb0a0e66e2e7176f9d32bc16d820e618 /pathod/protocols
parentd12515f84b32b3157fa99ac3c3a7a7318f9626ba (diff)
downloadmitmproxy-e5b0dae7e9ef8d2ce62fc263c377c76546190825.tar.gz
mitmproxy-e5b0dae7e9ef8d2ce62fc263c377c76546190825.tar.bz2
mitmproxy-e5b0dae7e9ef8d2ce62fc263c377c76546190825.zip
add websockets support to mitmproxy
Diffstat (limited to 'pathod/protocols')
-rw-r--r--pathod/protocols/websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/protocols/websockets.py b/pathod/protocols/websockets.py
index a34e75e8..df83461a 100644
--- a/pathod/protocols/websockets.py
+++ b/pathod/protocols/websockets.py
@@ -20,7 +20,7 @@ class WebsocketsProtocol:
lg("Error reading websocket frame: %s" % e)
return None, None
ended = time.time()
- lg(frm.human_readable())
+ lg(repr(frm))
retlog = dict(
type="inbound",
protocol="websockets",