From 6101d11d6ce412a19b542817bc8a7080a1f36758 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 20 Jul 2015 16:33:12 +0200 Subject: http2: remove odict workaround --- libpathod/pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod/pathod.py') 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 -- cgit v1.2.3