sipb / spike

Implementing a packet level software network load balancer
MIT License
11 stars 10 forks source link

Health checker should check errors and timeout #15

Closed cryslith closed 7 years ago

cryslith commented 7 years ago

The health checker doesn't account for the health endpoint itself being down. It should treat the service as down if the endpoint is unreachable.

cryslith commented 7 years ago

Fixed by 5828f48c61c98647c11c2a5946333b6728d9d84c.