aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-08-04 09:26:26 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-08-04 09:26:26 +1200
commit7a3b871b330692021452221e60310ee7fee99ce3 (patch)
tree4d851f97daf4105fed226b8f2dbbcfb0b2e4646e /libmproxy/proxy.py
parent0760607a7dd1ab6b904f618ecdda170cd042a21b (diff)
downloadmitmproxy-7a3b871b330692021452221e60310ee7fee99ce3.tar.gz
mitmproxy-7a3b871b330692021452221e60310ee7fee99ce3.tar.bz2
mitmproxy-7a3b871b330692021452221e60310ee7fee99ce3.zip
Request class now has a clean pydoc profile.
Diffstat (limited to 'libmproxy/proxy.py')
-rw-r--r--libmproxy/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py
index 81b5aeb4..e95b38e2 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -248,7 +248,7 @@ class ProxyHandler(SocketServer.StreamRequestHandler):
cc.close = True
return
- if request.is_response():
+ if request._is_response():
response = request
request = False
response = response._send(self.mqueue)