]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: backend: reuse connection if using a static sni
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 15 Oct 2020 14:41:09 +0000 (16:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Oct 2020 15:48:01 +0000 (17:48 +0200)
commit7239c2498602415c1a85c4326cac8ee8330d9515
tree507818d33e0ec66d2b719ec49430fd8f4735a7d1
parent2f0a79763101361ccfb7a643ac18fdf3cfba3e59
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.
doc/configuration.txt
src/backend.c