[Bug 295942] SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE data corruption on files > 128KB

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Jul 2026 00:30:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295942

--- Comment #11 from gs-bugs.freebsd.org@gluelogic.com ---
Also, please note that the reason you might not be seeing issues when the
connection is HTTP/2 is that the lighttpd mod_openssl implementation does not
use SSL_sendfile() with HTTP/2. Instead, lighttpd mod_openssl reads the file
data into userspace and then submits the data for encryption (in userspace)
together with HTTP/2 framing.

-- 
You are receiving this mail because:
You are the assignee for the bug.