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 martin.panter
Recipients BreamoreBoy, cocobear, karlcow, martin.panter, orsenthil, yselivanov
Date 2015-11-04.10:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446634654.13.0.327449787068.issue5550@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the original bug reported by Cocobear, I think this is by design. The “addheaders” attribute seems to serve as a set of default header fields, although this is hardly obvious from the documentation. In fact the current documentation suggests you have to use the application/x-www-form-urlencoded content type for request data. I think the documentation should be relaxed; I opened Issue 23360 about that.

The rest of the thread seems to have side-tracked into patches to make Request.has_header() and friends case insensitive. I’ll have to study the threads closer, but I think this side-track is a duplicate of Issue 2275.
History
Date User Action Args
2015-11-04 10:57:34martin.pantersetrecipients: + martin.panter, orsenthil, cocobear, karlcow, BreamoreBoy, yselivanov
2015-11-04 10:57:34martin.pantersetmessageid: <1446634654.13.0.327449787068.issue5550@psf.upfronthosting.co.za>
2015-11-04 10:57:34martin.panterlinkissue5550 messages
2015-11-04 10:57:33martin.pantercreate