Hello everyone, I have a setup of HAProxy 2.2 with http connection reuse.
>From a single external IP I’m sending loads of non-keepalive requests to the proxy and I’m getting reuse hits only when the http-reuse setting is set to always. If I send the same requests with client connection keep-alive, I'm getting hits with the http-reuse safe option. I’m wondering, what are the conditions for a connection to be considered to be reused in HAProxy? The documentation states: "By default, a connection established between haproxy and the backend server which is considered safe for reuse is moved back to the server’s idle connections pool so that any other request can make use of it." Thanks.

