HAProxy http-reuse connections

2020-08-15 Thread Zefferno
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

[no subject]

2020-08-15 Thread Zefferno
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

Keepalive with backends

2020-07-23 Thread Zefferno
Hello everyone, I've an issue with HAProxy keeping persistent connections to a backend. Running HAProxy 1.8.25 (latest build). My testing config file looks like this: global chroot /var/lib/haproxy pidfile /var/run/haproxy.pid maxconn 200 userhaproxy