From: Rich Bowen Date: Wed, 15 Apr 2015 15:47:42 +0000 (+0000) Subject: Resolves bz56695 - %O can in fact be zero sometimes. X-Git-Tag: 2.5.0-alpha~3289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ea31abcd46fcb02a0430e019f7e9e41363c0395;p=apache Resolves bz56695 - %O can in fact be zero sometimes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 14b6d7af5f..2b86c0d21f 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -253,8 +253,9 @@ You need to enable mod_logio to use this. %O - Bytes sent, including headers. Cannot be zero. You need to - enable mod_logio to use this. + 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 mod_logio to use this. %S Bytes transferred (received and sent), including request and headers,