This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients DS6, orsenthil
Date 2014-09-23.05:24:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411449865.58.0.508561170156.issue22467@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-09-23 05:24:25orsenthilsetrecipients: + orsenthil, DS6
2014-09-23 05:24:25orsenthilsetmessageid: <1411449865.58.0.508561170156.issue22467@psf.upfronthosting.co.za>
2014-09-23 05:24:25orsenthillinkissue22467 messages
2014-09-23 05:24:25orsenthilcreate