1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Mladen Turk
2005-04-09 10:08:56 +00:00
parent f29c4bc75a
commit 86efa87d70

View File

@@ -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);