From f74e561524d04c93cd7953f34e78ebe67eaa58a8 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 20 Nov 2016 17:21:21 +0100 Subject: rewrite absolute-form HTTP requests to relative form, fix #1759 (#1765) --- pathod/pathod.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pathod') diff --git a/pathod/pathod.py b/pathod/pathod.py index a8658361..8d57897b 100644 --- a/pathod/pathod.py +++ b/pathod/pathod.py @@ -144,6 +144,7 @@ class PathodHandler(tcp.BaseHandler): path = req.path http_version = req.http_version headers = req.headers + first_line_format = req.first_line_format clientcert = None if self.clientcert: @@ -167,6 +168,7 @@ class PathodHandler(tcp.BaseHandler): sni=self.sni, remote_address=self.address(), clientcert=clientcert, + first_line_format=first_line_format ), cipher=None, ) -- cgit v1.2.3