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 PING-RSP State field #277

Closed jajik closed 1 month ago

jajik commented 1 month ago

id 0 is a valid id, so at line 2485 we would want read by this id. But we want to read by JVMRoute instead, so -1 must be used (-2 for the default is just an arbitrary value we use to detect any change).