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

[email protected] Mon, 20 Jul 2026 00:30:49 +0000
Newsgroups gmane.os.freebsd.bugs
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295942

--- Comment #11 from [email protected] ---
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.