Skip to content

Commit

Permalink
Merge pull request modcluster#217 from jajik/tweak
Browse files Browse the repository at this point in the history
Remove debug/experimental code
  • Loading branch information
jajik authored Apr 8, 2024
2 parents a596b0d + c234448 commit 1bbc419
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions native/mod_proxy_cluster/mod_proxy_cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,11 +1974,6 @@ static proxy_worker *searchworker(request_rec *r, const char *bal, const char *p
proxy_balancer *balancer;
proxy_server_conf *conf = (proxy_server_conf *)ap_get_module_config(sconf, &proxy_module);

/* XXX: bad location just testing */
check_workers(conf, s);
check_workers(conf, s);
check_workers(conf, s);

balancer = ap_proxy_get_balancer(r->pool, conf, bal, 0);
if (balancer != NULL) {
worker = ap_proxy_get_worker(r->pool, balancer, conf, ptr);
Expand Down

0 comments on commit 1bbc419

Please sign in to comment.