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 jimr
Recipients demian.brecht, jimr
Date 2015-02-27.20:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425068936.71.0.920378022888.issue23539@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached for the 2.7 branch, including updated tests. All tests pass. Let me know if this looks like a sensible approach and I'll produce something comparable for 3.X. 

The logic now is as it was before, except that we set a content length of zero if the body is None and the method is one of OPTIONS, PATCH, PUT, or POST.
History
Date User Action Args
2015-02-27 20:28:56jimrsetrecipients: + jimr, demian.brecht
2015-02-27 20:28:56jimrsetmessageid: <1425068936.71.0.920378022888.issue23539@psf.upfronthosting.co.za>
2015-02-27 20:28:56jimrlinkissue23539 messages
2015-02-27 20:28:56jimrcreate