Does node-http-proxy provide a way to send a hearbeat to all the backend servers attached to it.
If I use the examples/simpler-balancer.js server and specify 2 backend servers, 1 of which is essentially down and the load balancing is set to round robin mode then every alternate request is not served.
Have I missed a setting or this feature is not meant to be part of the module.