Bug #516 ยป 0016-Fix-RoundRobing-in-mod_proxy-516.patch
src/mod_proxy.c | ||
---|---|---|
}
|
||
/* didn't found a higher id, wrap to the start */
|
||
if (ndx != -1 && max_usage != INT_MAX) {
|
||
if (ndx == -1 && max_usage != INT_MAX) {
|
||
ndx = max_usage;
|
||
}
|
||