File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,10 @@ version 2.3.9.</compatibility>
12151215 By default, when the handling of a request requires no access
12161216 to the data within a file -- for example, when delivering a
12171217 static file -- Apache httpd uses sendfile to deliver the file contents
1218- without ever reading the file if the OS supports it.</p >
1218+ without ever reading the file if the OS supports it. If SSL/TLS is used
1219+ for the connection, or if any <a href =" ../filter.html" >output filter</a >
1220+ is configured which inspects or modifies the output, the sendfile mechanism
1221+ will not be used regardless of this configuration option.</p >
12191222
12201223 <p >This sendfile mechanism avoids separate read and send operations,
12211224 and buffer allocations. But on some platforms or within some
You can’t perform that action at this time.
0 commit comments