On Wed, 7 Jun 2023 15:05:51 +0100 David Howells wrote: > Allow splice to end a TLS record after prematurely ending a splice/sendfile > due to getting an EOF condition (->splice_read() returned 0) after splice > had called TLS with a sendmsg() with MSG_MORE set when the user didn't set > MSG_MORE. Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>