Senthil Kumaran added the comment:

First thing (and the easiest is), if you find inconsistent casing in 
http/server.py itself, then make it consistent in your patch against cpython 
default branch (from hg.python.org). Make it Content-Length and Content-Type in 
your patch.

Next part is while receiving the request with these headers, the client and 
server should store it in case-insensitive dict (there is open request and 
patch, which can churn up again and we can fix it as part of that issue).

----------
nosy: +orsenthil

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22467>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to