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 Peter Landry
Recipients Peter Landry, quentel, vstinner
Date 2015-08-07.15:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438960008.12.0.887121398339.issue24764@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I think that makes the most sense to me as well. I tried to make a minimum-impact patch, but this feels cleaner.

If we remove the Content-Length header, the `limit` kwarg might occur at an odd place in the part itself, but that feels unavoidable if someone submits an incorrect Content-Length for the request itself.

I'll re-work the patch and make sure the tests I added still add value. Thanks!
History
Date User Action Args
2015-08-07 15:06:48Peter Landrysetrecipients: + Peter Landry, vstinner, quentel
2015-08-07 15:06:48Peter Landrysetmessageid: <1438960008.12.0.887121398339.issue24764@psf.upfronthosting.co.za>
2015-08-07 15:06:48Peter Landrylinkissue24764 messages
2015-08-07 15:06:47Peter Landrycreate