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 asvetlov
Recipients asvetlov, yselivanov
Date 2017-12-22.13:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513948033.17.0.213398074469.issue32410@psf.upfronthosting.co.za>
In-reply-to
Content
The method should be low-level coroutine, implemented on loops with native sendfile support only (UnixEventLoop).

The signature should be close to socket.sendfile() method

Next step is implementing loop.sendfile(transport, ...) with fallback to sending by chunks if sendfile is not supported.
History
Date User Action Args
2017-12-22 13:07:13asvetlovsetrecipients: + asvetlov, yselivanov
2017-12-22 13:07:13asvetlovsetmessageid: <1513948033.17.0.213398074469.issue32410@psf.upfronthosting.co.za>
2017-12-22 13:07:13asvetlovlinkissue32410 messages
2017-12-22 13:07:12asvetlovcreate