From: Rainer Jung Date: Mon, 29 Jul 2013 10:32:40 +0000 (+0000) Subject: Comment. X-Git-Tag: 2.4.7~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64d9a28fd57323b93d619ef40af3d5dac58f9e7d;p=apache Comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1507998 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 660d14848e..523be45d9e 100644 --- a/STATUS +++ b/STATUS @@ -186,12 +186,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~gsmith/httpd/diffs/pr55235-2.4bp.diff +1: gsmith, trawick - * mod_log_io: new format-specifier %C (combined) which is the sum of received + * mod_logio: new format-specifier %C (combined) which is the sum of received and sent byte counts. PR54015 [Martijn T. , Christophe JAILLET] trunk: http://svn.apache.org/r1484910 2.4.x patch: trunk patch works +1: jailletc36 + rjung: doesn't that conflict with mod_log_config cookie logging (also "C")? + Maybe we can use "S" for "sum"? + Please also update the part of mod_logio.c where it lists the format + characters in a comment (%...I and %...O but no %...C yet). * mod_ldap: Fix an unlikely potential memory leak. PR54936 [Zhenbo Xu ]