You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/03/02 13:25:44 UTC

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

Author: icing
Date: Wed Mar  2 12:25:43 2016
New Revision: 1733270

URL: http://svn.apache.org/viewvc?rev=1733270&view=rev
Log:
vote

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=1733270&r1=1733269&r2=1733270&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Mar  2 12:25:43 2016
@@ -129,6 +129,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
      +1: jailletc36, ylavic, icing
 
+  *) core: Track the useragent_host per-request when mod_remoteip or similar
+     modules track a per-request useragent_ip.  Modules should be updated
+     to inquire for ap_get_useragent_host() in place of ap_get_remote_host().
+     Trunk version of patch:
+         http://svn.apache.org/r1729929
+     Trunk patch to core.c/http_core.h applies, modulo CHANGES & ap_mmn.h
+     Note: httpd.h comment r.e. realiging bit fields must be omitted.
+     +1: wrowe, ylavic, icing
+
   *) hostname: Test and log useragent_host per-request across various modules,
      including the scoreboard, expression and rewrite engines, setenvif,
      authz_host, access_compat, custom logging, ssl and REMOTE_HOST variables.
@@ -168,15 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              startup with "BalancerPersist on" due to the strict checks on
              the sizes of existing slotmems (slotmem_create/attach)?
 
-  *) core: Track the useragent_host per-request when mod_remoteip or similar
-     modules track a per-request useragent_ip.  Modules should be updated
-     to inquire for ap_get_useragent_host() in place of ap_get_remote_host().
-     Trunk version of patch:
-         http://svn.apache.org/r1729929
-     Trunk patch to core.c/http_core.h applies, modulo CHANGES & ap_mmn.h
-     Note: httpd.h comment r.e. realiging bit fields must be omitted.
-     +1: wrowe, ylavic
-
   *) Use pre_connection hook in event.c to properly setup connection state
      of slave connections (eliminates hacks in mod_http2).
      Trunk patch: