Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions native/common/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ node_context *find_node_context_host(request_rec *r, const proxy_balancer *balan
}
}
}

if (max == 0) {
return NULL;
}
Expand Down Expand Up @@ -470,6 +471,7 @@ node_context *find_node_context_host(request_rec *r, const proxy_balancer *balan
}
}
}

if (nbest == 0) {
return NULL;
}
Expand Down
2 changes: 1 addition & 1 deletion native/include/mod_proxy_cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "context.h"
#include "host.h"

#define MOD_CLUSTER_EXPOSED_VERSION "mod_cluster/2.0.0.Alpha1-SNAPSHOT"
#define MOD_CLUSTER_EXPOSED_VERSION "mod_proxy_cluster/2.0.0.Dev"

/* define HAVE_CLUSTER_EX_DEBUG to have extented debug in mod_cluster */
#define HAVE_CLUSTER_EX_DEBUG 0
Expand Down
Loading
Loading