You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2005/04/09 12:08:58 UTC

svn commit: r160674 - httpd/httpd/trunk/modules/proxy/proxy_util.c

Author: mturk
Date: Sat Apr  9 03:08:56 2005
New Revision: 160674

URL: http://svn.apache.org/viewcvs?view=rev&rev=160674
Log:
Revert the latest hack for setting query string.
The balancer needs canon_handler.

Modified:
    httpd/httpd/trunk/modules/proxy/proxy_util.c

Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/proxy/proxy_util.c?view=diff&r1=160673&r2=160674
==============================================================================
--- httpd/httpd/trunk/modules/proxy/proxy_util.c (original)
+++ httpd/httpd/trunk/modules/proxy/proxy_util.c Sat Apr  9 03:08:56 2005
@@ -1757,9 +1757,7 @@
     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);