Hi I have backends with `default-server tfo`. I also have `retry-on conn-failure` on every backend except one where I have `retry-on all-retryable-errors`.
I still get this warning for every backend. [WARNING] (9572) : parsing [/etc/haproxy/haproxy.cfg:332] : backend 'cookie_backend': server 'dogfight03' has tfo activated, the backend should be configured with at least 'conn-failure', 'empty-response' and 'response-timeout' or we wouldn't be able to retry the connection on failure. Is this a bug or do I need to have `retry-on conn-failure empty-response response-timeout`? Isn't it bad to have `retry-on response-timeout`? Thanks Elias

