Skip to content

Commit 55cff34

Browse files
committed
Initialize the forward proxy worker too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105065 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5a35be0 commit 55cff34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/proxy/mod_proxy.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@ static const char *
11271127
psf, "*://*:0"))) {
11281128
return apr_pstrcat(parms->temp_pool, "ProxyRequests ", err, NULL);
11291129
}
1130+
11301131
/* Do not disable worker in case of errors */
11311132
psf->forward->status = PROXY_WORKER_IGNORE_ERRORS;
11321133
}
@@ -1610,6 +1611,8 @@ static int proxy_post_config(apr_pool_t *pconf, apr_pool_t *plog,
16101611
worker++;
16111612
}
16121613

1614+
ap_proxy_initialize_worker(conf->forward, s);
1615+
16131616
return OK;
16141617
}
16151618

0 commit comments

Comments
 (0)