diff --git a/libpathod/pathod.py b/libpathod/pathod.py index 6fc0d204c..e35769b11 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -21,7 +21,7 @@ class PathodHandler(tcp.BaseHandler): return None method, path, httpversion = http.parse_init_http(line) - headers = odict.ODictCaseless(http.read_headers(self.rfile)) + headers = http.read_headers(self.rfile) content = http.read_http_body_request( self.rfile, self.wfile, headers, httpversion, None )