aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-02-24 15:42:52 +0100
committerGitHub <noreply@github.com>2017-02-24 15:42:52 +0100
commit83f1e2eec01ab3edec723b252b0c109f00b77c56 (patch)
tree9222f639c50e252339378e8c881474274adc8ae4 /pathod/pathod.py
parentd0d11cec7b479932668eb4e7c99d7824018d0460 (diff)
parentfab3a8dcf4d7cdce55099172e45a6a0978eac4ab (diff)
downloadmitmproxy-83f1e2eec01ab3edec723b252b0c109f00b77c56.tar.gz
mitmproxy-83f1e2eec01ab3edec723b252b0c109f00b77c56.tar.bz2
mitmproxy-83f1e2eec01ab3edec723b252b0c109f00b77c56.zip
Merge pull request #2050 from Kriechi/create_connection
nuke tcp.Address and add proper IPv6 support
Diffstat (limited to 'pathod/pathod.py')
-rw-r--r--pathod/pathod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/pathod.py b/pathod/pathod.py
index 8d57897b..7416d325 100644
--- a/pathod/pathod.py
+++ b/pathod/pathod.py
@@ -166,7 +166,7 @@ class PathodHandler(tcp.BaseHandler):
headers=headers.fields,
http_version=http_version,
sni=self.sni,
- remote_address=self.address(),
+ remote_address=self.address,
clientcert=clientcert,
first_line_format=first_line_format
),