d12 / Load-Balancer-Golang

A simple load balancer / reverse proxy written in GoLang.
65 stars 13 forks source link

Fall back to another web server if one doesn't respond #5

Closed nwoodthorpe closed 7 years ago

nwoodthorpe commented 7 years ago

As load balancers do, we should try sending the request to a different server if we can't connect.