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 akira, asvetlov, christian.heimes, giampaolo.rodola, gvanrossum, josh.r, josiah.carlson, neologix, pitrou, rosslagerwall, yselivanov
Date 2014-04-25.17:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398447956.82.0.734382332627.issue17552@psf.upfronthosting.co.za>
In-reply-to
Content
Given the opinions expressed so far I:
- got rid of the "blocksize" parameter
- got rid of the "use_fallback" parameter
- added a "count" parameter
- used os.fstat() to figure out the total file size and passed it directly to sendfile()

I'm attaching socket-sendfile6.patch which includes docs and many new tests.
Hopefully this should be the final one (yet to review though).
History
Date User Action Args
2014-04-25 17:45:58giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, pitrou, christian.heimes, josiah.carlson, asvetlov, neologix, akira, rosslagerwall, yselivanov, josh.r
2014-04-25 17:45:56giampaolo.rodolasetmessageid: <1398447956.82.0.734382332627.issue17552@psf.upfronthosting.co.za>
2014-04-25 17:45:56giampaolo.rodolalinkissue17552 messages
2014-04-25 17:45:56giampaolo.rodolacreate