[issue23539] Content-length not set for HTTP methods expecting body when body is None

James Rutherford report at bugs.python.org
Sat Feb 28 23:07:39 CET 2015


James Rutherford added the comment:

I actually consider this a fix for the fix in 14721, rather than a new feature. The only new behaviour here is setting content length to be zero if body is None on PATCH, POST, or PUT. Happy to change the labeling if that's the consensus but IMO it's a bugfix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23539>
_______________________________________


More information about the Python-bugs-list mailing list