Commit 4d27feaf authored by Jean-Frederic Clere's avatar Jean-Frederic Clere
Browse files

Arrange the xml display and make it uses xml.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1847295 13f79535-47bb-0310-9956-ffa450edef68
parent 555525e5
Loading
Loading
Loading
Loading
+1 −2
Changes for modules/proxy/mod_proxy_balancer.c: 1 added line, 2 removed lines.
Original line number Diff line number Diff line
@@ -1186,7 +1186,6 @@ static int balancer_handler(request_rec *r)
         )
        )
       ) {
        apr_table_clear(params);
        ok2change = 0;
    }

@@ -1456,7 +1455,7 @@ static int balancer_handler(request_rec *r)
                           (balancer->s->sticky_force ? "On" : "Off"));
            }
            ap_rprintf(r,
                       "      <httpd:timeout>%" APR_TIME_T_FMT "</httpd:timeout>",
                       "      <httpd:timeout>%" APR_TIME_T_FMT "</httpd:timeout>\n",
                       apr_time_sec(balancer->s->timeout));
            if (balancer->s->max_attempts_set) {
                ap_rprintf(r,