aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
diff options
context:
space:
mode:
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
),