You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/08/25 23:46:28 UTC

svn commit: r1517387 - /httpd/httpd/branches/2.4.x/STATUS

Author: jailletc36
Date: Sun Aug 25 21:46:27 2013
New Revision: 1517387

URL: http://svn.apache.org/r1517387
Log:
Update proposal

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1517387&r1=1517386&r2=1517387&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Aug 25 21:46:27 2013
@@ -166,16 +166,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (minus log-message-tags)
     +1: rjung
 
-  * mod_logio: new format-specifier %C (combined) which is the sum of received
+  * mod_logio: new format-specifier %S (sum) which is the sum of received
     and sent byte counts.
     PR54015 [Martijn T. <ap...@mindcontrolled.nl>, Christophe JAILLET]
     trunk: http://svn.apache.org/r1484910
+           http://svn.apache.org/r1517386
     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).
 
   * skiplist: Add skiplist capability to httpd
     trunk "patch": http://svn.apache.org/repos/asf/httpd/httpd/trunk/include/ap_skiplist.h