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 martin.panter
Recipients Claudiu.Popa, Clay Gerrard, demian.brecht, martin.panter, vstinner
Date 2017-05-02.01:26:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493688379.59.0.343236025429.issue21790@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-02 01:26:19martin.pantersetrecipients: + martin.panter, vstinner, Claudiu.Popa, demian.brecht, Clay Gerrard
2017-05-02 01:26:19martin.pantersetmessageid: <1493688379.59.0.343236025429.issue21790@psf.upfronthosting.co.za>
2017-05-02 01:26:19martin.panterlinkissue21790 messages
2017-05-02 01:26:19martin.pantercreate