[issue21790] Change blocksize in http.client to the value of resource.getpagesize

Martin Panter report at bugs.python.org
Mon May 1 21:26:19 EDT 2017


Martin Panter added the comment:

For plain-text (non-SSL) HTTP uploads, perhaps using “socket.sendfile” would help: Issue 13559.

Another idea would be to expose and document the low-level socket (or SSL wrapper) and let the user copy data with whatever chunk size they desire.

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list