diff options
author | Nikhil Soni <krsoninikhil@gmail.com> | 2017-03-03 12:58:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 12:58:44 +0530 |
commit | 0081d9b82807b178bd6d00ca250d38aeeeed2d33 (patch) | |
tree | 8d244a7b9ade13f0e1836f8eb9fbc534a1cc662d /pathod/pathod.py | |
parent | 3da8532bed3305b01e3f3ab556f9dbc652177c6b (diff) | |
parent | bae4cdf8d5cc434938c74a041f762075513dd8e4 (diff) | |
download | mitmproxy-0081d9b82807b178bd6d00ca250d38aeeeed2d33.tar.gz mitmproxy-0081d9b82807b178bd6d00ca250d38aeeeed2d33.tar.bz2 mitmproxy-0081d9b82807b178bd6d00ca250d38aeeeed2d33.zip |
Merge branch 'master' into on-issues
Diffstat (limited to 'pathod/pathod.py')
-rw-r--r-- | pathod/pathod.py | 2 |
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 ), |