]> granicus.if.org Git - apache/commitdiff
Comment.
authorRainer Jung <rjung@apache.org>
Mon, 29 Jul 2013 10:32:40 +0000 (10:32 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 29 Jul 2013 10:32:40 +0000 (10:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1507998 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 660d14848e415740387fff618e84c4e59dcb86dc..523be45d9e9e3da7623d55e471594c4c06f149a6 100644 (file)
--- 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. <apache_bugzilla@mindcontrolled.nl>, 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 <zhenbo1987 gmail com>]