commit | 7239c2498602415c1a85c4326cac8ee8330d9515 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 15 16:41:09 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 16 17:48:01 2020 +0200 |
tree | 507818d33e0ec66d2b719ec49430fd8f4735a7d1 | |
parent | 2f0a79763101361ccfb7a643ac18fdf3cfba3e59 [diff] |
MEDIUM: backend: reuse connection if using a static sni Detect if the sni used a constant value and if so, allow to reuse this connection for later sessions. Use a combination of SMP_USE_INTRN + !SMP_F_VOLATILE to consider a sample as a constant value. This features has been requested on github issue #371.