From: Rich Bowen Date: Wed, 15 Apr 2015 15:48:01 +0000 (+0000) Subject: Resolves bz56695 - %O can in fact be zero sometimes. X-Git-Tag: 2.4.13~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2433d3a1812fe1748e090ec301e42711805c7d;p=thirdparty%2Fapache%2Fhttpd.git Resolves bz56695 - %O can in fact be zero sometimes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 5863d6bd0af..711d597fb66 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,