From: Rich Bowen Date: Fri, 3 Apr 2026 13:01:40 +0000 (+0000) Subject: Resolves bz65122 - %O can be zero sometimes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7420eb43679bed11698ac3dcd69f50beb56551;p=thirdparty%2Fapache%2Fhttpd.git Resolves bz65122 - %O can be zero sometimes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932796 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_logio.xml b/docs/manual/mod/mod_logio.xml index e36844d465..1d7283aa20 100644 --- a/docs/manual/mod/mod_logio.xml +++ b/docs/manual/mod/mod_logio.xml @@ -66,7 +66,8 @@ zero. %O - Bytes sent, including headers, cannot be zero. + Bytes sent, including headers. May be zero in rare cases + such as when a request is aborted before a response is sent. %S Bytes transferred (received and sent), including request and headers,