]> granicus.if.org Git - apache/commitdiff
Resolves bz56695 - %O can in fact be zero sometimes.
authorRich Bowen <rbowen@apache.org>
Wed, 15 Apr 2015 15:47:42 +0000 (15:47 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 15 Apr 2015 15:47:42 +0000 (15:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673833 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 14b6d7af5f81cdcfc2c9d61c13f496dfaaa9bdc0..2b86c0d21f8b92c13a40ca924c4f3613d5ecb428 100644 (file)
         You need to enable <module>mod_logio</module> to use this.</td></tr>
 
     <tr><td><code>%O</code></td>
-        <td>Bytes sent, including headers. Cannot be zero. You need to
-        enable <module>mod_logio</module> to use this.</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.
+        You need to enable <module>mod_logio</module> to use this.</td></tr>
 
     <tr><td><code>%S</code></td>
         <td>Bytes transferred (received and sent), including request and headers,