aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/websockets.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-06-05 12:04:40 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-06-05 12:04:40 +1200
commitd23691f98c9e421a05db0519e8a19388db3a97be (patch)
treeb770857772806ed1c9cc99085638bdbaf833e055 /libpathod/language/websockets.py
parent0a7da6a9b1b878cbfabf437759031f816161fab7 (diff)
downloadmitmproxy-d23691f98c9e421a05db0519e8a19388db3a97be.tar.gz
mitmproxy-d23691f98c9e421a05db0519e8a19388db3a97be.tar.bz2
mitmproxy-d23691f98c9e421a05db0519e8a19388db3a97be.zip
Improve websocket logging
Diffstat (limited to 'libpathod/language/websockets.py')
-rw-r--r--libpathod/language/websockets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/language/websockets.py b/libpathod/language/websockets.py
index 96dbce53..a42dfc2f 100644
--- a/libpathod/language/websockets.py
+++ b/libpathod/language/websockets.py
@@ -93,6 +93,7 @@ COMPONENTS = (
class WebsocketFrame(message.Message):
components = COMPONENTS
logattrs = ["body"]
+ # Used for nested frames
unique_name = "body"
@property