aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathoc.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/pathoc.py
parent0a7da6a9b1b878cbfabf437759031f816161fab7 (diff)
downloadmitmproxy-d23691f98c9e421a05db0519e8a19388db3a97be.tar.gz
mitmproxy-d23691f98c9e421a05db0519e8a19388db3a97be.tar.bz2
mitmproxy-d23691f98c9e421a05db0519e8a19388db3a97be.zip
Improve websocket logging
Diffstat (limited to 'libpathod/pathoc.py')
-rw-r--r--libpathod/pathoc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/pathoc.py b/libpathod/pathoc.py
index f7268193..cb954e15 100644
--- a/libpathod/pathoc.py
+++ b/libpathod/pathoc.py
@@ -347,8 +347,8 @@ class Pathoc(tcp.TCPClient):
"""
Performs a single request.
- r: A language.http.Request object, or a string representing one
- request.
+ r: A language.message.Messsage object, or a string representing
+ one.
Returns Response if we have a non-ignored response.