]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz56695 - %O can in fact be zero sometimes.
authorRich Bowen <rbowen@apache.org>
Wed, 15 Apr 2015 15:48:01 +0000 (15:48 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 15 Apr 2015 15:48:01 +0000 (15:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673834 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 5863d6bd0afa5e967642d0a574a724efb6f6388a..711d597fb665a69f4803668d595f2fd93fce49de 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,