]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz65122 - %O can be zero sometimes.
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 13:01:40 +0000 (13:01 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 13:01:40 +0000 (13:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932796 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_logio.xml

index e36844d4659d2d585a352e4ed156251be3dad1d2..1d7283aa20fea941d1875a6318201c50856c0bee 100644 (file)
@@ -66,7 +66,8 @@
         zero.</td></tr>
 
     <tr><td><code>%O</code></td>
-        <td>Bytes sent, including headers, cannot be zero.</td></tr>
+        <td>Bytes sent, including headers. May be zero in rare cases
+        such as when a request is aborted before a response is sent.</td></tr>
 
     <tr><td><code>%S</code></td>
         <td>Bytes transferred (received and sent), including request and headers,