http2: remove odict workaround

This commit is contained in:
Thomas Kriechbaumer 2015-07-20 16:33:12 +02:00
parent 3cf6bd5fb6
commit 6101d11d6c

View File

@ -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