Commit a016a369 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Low hanging fruit


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484986 13f79535-47bb-0310-9956-ffa450edef68
parent d7f96e20
Loading
Loading
Loading
Loading
+30 −0
Changes for STATUS: 30 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -254,3 +254,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  proposal as it fixes a compiler warning. Once this is added
                  to the proposal I am +1.

   * mod_proxy_balancer: Have the find_best_worker() function
    increment the elected counter, rather than requiring each
    ind lb method to do it, isolating what each lb method
    needs to do.
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=484783
     2.2.x version of patch:
       Trunk version works.
     +1: jim

   * mod_proxy_balancer: Remove unnecessary lock/unlock for
     the post_request hook. We are actually doing nothing here.
     But keep the code (but macroed out) for future usage.
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=484789
       http://svn.apache.org/viewvc?view=rev&revision=484794
     2.2.x version of patch:
       Trunk version works.
     +1: jim

   * mod_proxy: Log unlock errors (as we do with locking errors).
     Add additional clarification on where the error occurred.
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=484792
       http://svn.apache.org/viewvc?view=rev&revision=484787
       http://svn.apache.org/viewvc?view=rev&revision=484978
     2.2.x version of patch:
       Trunk version works.
     +1: jim