Author: jfrederic.clere(a)jboss.com
Date: 2009-03-07 05:05:30 -0500 (Sat, 07 Mar 2009)
New Revision: 2342
Modified:
trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c
Log:
typo...
Modified: trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c
===================================================================
--- trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c 2009-03-07 06:58:52 UTC
(rev 2341)
+++ trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c 2009-03-07 10:05:30 UTC
(rev 2342)
@@ -1178,7 +1178,7 @@
char sport[7];
char *url;
apr_snprintf(sport, sizeof(sport), ":%d", worker->port);
- url = apr_pstrcat(r->pool, worker->scheme, "ajp://",
worker->hostname, sport, "/", NULL);
+ url = apr_pstrcat(r->pool, worker->scheme, "://",
worker->hostname, sport, "/", NULL);
rv = proxy_cluster_try_pingpong(r, worker, url, conf);
if (rv != APR_SUCCESS) {
worker->s->status |= PROXY_WORKER_IN_ERROR;
Show replies by date