commit | 926712ab2d04b2c9a0658e0f9fc390be303baffd | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Oct 20 15:04:03 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Oct 22 17:28:29 2021 +0200 |
tree | f97aa7403aa740e0ff2c81d764d11a7dfeb5a8c2 | |
parent | aee4fdbd175b66b2263e7676ab3dc4f3f780ccab [diff] |
MINOR: backend: improve perf with tcp proxies skipping idle conns Skip the hash connection calcul when reuse must not be used in connect_server() : this is the case for TCP proxies. This should result in slightly better performance when using this use-case.