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 giampaolo.rodola
Recipients eric.araujo, giampaolo.rodola, neologix, pitrou, rosslagerwall
Date 2013-03-07.12:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362659313.59.0.843598552435.issue13564@psf.upfronthosting.co.za>
In-reply-to
Content
It seems you're right, sorry. We need to take that into account then.

In the meantime I rewrote the original patch and got rid of the "use_sendfile" explicit argument in order to attempt to use sendfile() by default and fall back on using send() if bytes sent were 0.

TSL_FTP related changes are still left out for now as I'm planning a little refactoring first.
History
Date User Action Args
2013-03-07 12:28:33giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou, eric.araujo, neologix, rosslagerwall
2013-03-07 12:28:33giampaolo.rodolasetmessageid: <1362659313.59.0.843598552435.issue13564@psf.upfronthosting.co.za>
2013-03-07 12:28:33giampaolo.rodolalinkissue13564 messages
2013-03-07 12:28:32giampaolo.rodolacreate