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 christian.heimes
Recipients Alex.Willmer, benjamin.peterson, christian.heimes, eric.araujo, giampaolo.rodola, kasun, martin.panter, orsenthil, rosslagerwall
Date 2021-03-09.10:40:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615286433.76.0.111293386761.issue13559@roundup.psfhosted.org>
In-reply-to
Content
sendfile() only works for plain HTTP. For technical reasons it does not work for HTTPS (*). These days majority of services use HTTPS. Therefore the usefulness of sendfile() patch is minimal.

(*) It is possible to use sendfile() for TLS connections, but the feature requires a Kernel module that provides kTLS offloading feature, https://www.kernel.org/doc/html/latest/networking/tls-offload.html . In user space it requires OpenSSL 3.0.0 with kTLS support. 3.0.0 is currently under development.
History
Date User Action Args
2021-03-09 10:40:34christian.heimessetrecipients: + christian.heimes, orsenthil, giampaolo.rodola, benjamin.peterson, eric.araujo, rosslagerwall, kasun, martin.panter, Alex.Willmer
2021-03-09 10:40:33christian.heimessetmessageid: <1615286433.76.0.111293386761.issue13559@roundup.psfhosted.org>
2021-03-09 10:40:33christian.heimeslinkissue13559 messages
2021-03-09 10:40:33christian.heimescreate