]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: Note that sendfile() is not used for SSL/TLS or with
authorJoe Orton <jorton@apache.org>
Tue, 18 Feb 2025 17:18:48 +0000 (17:18 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 18 Feb 2025 17:18:48 +0000 (17:18 +0000)
some output filters regardless of the EnableSendfile setting.

PR: 69414

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923917 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 070f8ee57b7a53a2a9537498a03127a1b65ad8ed..7a0a6565377e755719c667f2089c6b5a8bd03c31 100644 (file)
@@ -1215,7 +1215,10 @@ version 2.3.9.</compatibility>
     By default, when the handling of a request requires no access
     to the data within a file -- for example, when delivering a
     static file -- Apache httpd uses sendfile to deliver the file contents
-    without ever reading the file if the OS supports it.</p>
+    without ever reading the file if the OS supports it. If SSL/TLS is used
+    for the connection, or if any <a href="../filter.html">output filter</a>
+    is configured which inspects or modifies the output, the sendfile mechanism
+    will not be used regardless of this configuration option.</p>
 
     <p>This sendfile mechanism avoids separate read and send operations,
     and buffer allocations. But on some platforms or within some