From 7ea31abcd46fcb02a0430e019f7e9e41363c0395 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 15 Apr 2015 15:47:42 +0000 Subject: [PATCH] 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 --- 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 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, -- 2.40.0