modcluster / mod_proxy_cluster

mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
https://www.modcluster.io
Apache License 2.0
7 stars 15 forks source link

Fix handling of marking nodes removed #262

Closed jajik closed 2 months ago

jajik commented 2 months ago

There is removed = id statement but 0 is a valid id. Therefore for such id the code in if wouldn't execute.

jajik commented 2 months ago

Thanks for the review!