From 8a2433d3a1812fe1748e090ec301e42711805c7d Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 15 Apr 2015 15:48:01 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, -- 2.47.2