aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/proxy/protocol/websocket.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mitmproxy/proxy/protocol/websocket.py b/mitmproxy/proxy/protocol/websocket.py
index 69eb898f..45bc5a20 100644
--- a/mitmproxy/proxy/protocol/websocket.py
+++ b/mitmproxy/proxy/protocol/websocket.py
@@ -76,6 +76,7 @@ class WebSocketLayer(base.Layer):
websocket_message = t(self.flow, not is_server, payload)
self.flow.messages.append(websocket_message)
+ self.log("WebSocket message: {}".format(websocket_message.info), "info")
self.channel.ask("websocket_message", self.flow)
# chunk payload into multiple 10kB frames, and send them