]> granicus.if.org Git - apache/commitdiff
Arrange the xml display and make it uses xml.
authorJean-Frederic Clere <jfclere@apache.org>
Fri, 23 Nov 2018 17:10:45 +0000 (17:10 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Fri, 23 Nov 2018 17:10:45 +0000 (17:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1847295 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_balancer.c

index 98684a2851a5cedb8e1c0b8372d5f1ca0edfcd55..b9f385794a93df19fec67375c2133c632ebe79ea 100644 (file)
@@ -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,