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 dwoz
Recipients dwoz, orsenthil
Date 2013-03-19.20:25:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363724750.93.0.788897828966.issue17485@psf.upfronthosting.co.za>
In-reply-to
Content
The patch to fix issue http://bugs.python.org/issue16464 neglects the deleter method of the Request.data property. This allows Request._data to get updated without removing the Content-length header.
History
Date User Action Args
2013-03-19 20:25:50dwozsetrecipients: + dwoz, orsenthil
2013-03-19 20:25:50dwozsetmessageid: <1363724750.93.0.788897828966.issue17485@psf.upfronthosting.co.za>
2013-03-19 20:25:50dwozlinkissue17485 messages
2013-03-19 20:25:50dwozcreate