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:
@@ -1757,9 +1757,7 @@ ap_proxy_determine_connection(apr_pool_t *p, request_rec *r,
|
|||||||
if (!uri->port) {
|
if (!uri->port) {
|
||||||
uri->port = apr_uri_port_of_scheme(uri->scheme);
|
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,
|
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
|
||||||
"proxy: connecting %s to %s:%d", *url, uri->hostname,
|
"proxy: connecting %s to %s:%d", *url, uri->hostname,
|
||||||
uri->port);
|
uri->port);
|
||||||
|
Reference in New Issue
Block a user