Commit 75bf9423 authored by Mladen Turk's avatar Mladen Turk
Browse files

Revert the latest hack for setting query string.

The balancer needs canon_handler.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160674 13f79535-47bb-0310-9956-ffa450edef68
parent f8a65271
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1757,9 +1757,7 @@ ap_proxy_determine_connection(apr_pool_t *p, request_rec *r,
    if (!uri->port) {
        uri->port = apr_uri_port_of_scheme(uri->scheme);
    }
    if (!uri->query) {
        uri->query = r->args;
    }

    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
                 "proxy: connecting %s to %s:%d", *url, uri->hostname,
                 uri->port);