Commit 4e17519f authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Vote and promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@488853 13f79535-47bb-0310-9956-ffa450edef68
parent 7d750fda
Loading
Loading
Loading
Loading
+6 −7
Changes for STATUS: 6 added lines, 7 removed lines.
Original line number Diff line number Diff line
@@ -86,6 +86,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
        http://mail-archives.apache.org/mod_mbox//httpd-dev/200609.mbox/%3c1404e5910609091218p84f4d2flc1000764b4966727@mail.gmail.com%3e
      +1: trawick, wrowe, jerenkrantz

    * core: PR#37680
      Fix NONBLOCK status of listening sockets on restart/graceful
      http://svn.apache.org/viewvc?view=rev&revision=487901
      +1: niq, wrowe, rpluem
          wrowe adds; if use_nonblock was called multi_listeners
          I woulda +1'ed this on my first readthrough.

PATCHES PROPOSED TO BACKPORT FROM TRUNK:

@@ -173,13 +179,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         ever start using it. So we keep the framework in
         that case. Make trunk backports easier.

   * core: PR#37680
     Fix NONBLOCK status of listening sockets on restart/graceful
     http://svn.apache.org/viewvc?view=rev&revision=487901
     +1: niq, wrowe
         wrowe adds; if use_nonblock was called multi_listeners
         I woulda +1'ed this on my first readthrough.

   * mod_cache: Correctly cache objects whose URL query string has been
     modified by mod_rewrite.
        PR: 40805