[issue12319] [http.client] HTTPConnection.request not support "chunked" Transfer-Encoding to send data

Martin Panter report at bugs.python.org
Thu Aug 25 01:34:45 EDT 2016


Martin Panter added the comment:

Here is my attempt to drop automatic Content-Length with files. I also dropped the special handling of zero-length iterables, added some tests for that, and removed some unused and misleading bits from other tests.

----------
Added file: https://bugs.python.org/file44217/chunked-file.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue12319>
_______________________________________


More information about the Python-bugs-list mailing list