diff options
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index e634d7c2..6f07ecc5 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -138,7 +138,7 @@ class PathodHandler(tcp.BaseHandler): method = req.method path = req.path httpversion = req.httpversion - headers = odict.ODictCaseless(req.headers) + headers = req.headers body = req.body clientcert = None |