Fix for https://issues.jboss.org/browse/JBCS-448
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1862014 13f79535-47bb-0310-9956-
ffa450edef68
hc->hash.def = hc->s->hash.def = ap_proxy_hashfunc(hc->s->name, PROXY_HASHFUNC_DEFAULT);
hc->hash.fnv = hc->s->hash.fnv = ap_proxy_hashfunc(hc->s->name, PROXY_HASHFUNC_FNV);
hc->s->port = port;
+ if (worker->s->conn_timeout_set) {
+ hc->s->conn_timeout_set = worker->s->conn_timeout_set;
+ hc->s->conn_timeout = worker->s->conn_timeout;
+ }
/* Do not disable worker in case of errors */
hc->s->status |= PROXY_WORKER_IGNORE_ERRORS;
/* Mark as the "generic" worker */