Using the server ... inter 5s fail 15s for example, if I understand it, will do a health check every 5 seconds. If it fails three times in a row (down for 15s or more), then haproxy concludes the realserver as dead.
What happens to incoming connections during that 15s? Do they get queued up and eventually go to the other server(s) in that pool? Do they just continue to try connecting to the (possibly) dead server? Or do they just eventually timeout and return whatever timeout-related error code to the originating client? Thank you, PH

