MINOR: connection: use sni as parameter for srv conn hash
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 6 Jan 2021 16:03:27 +0000 (17:03 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 12 Feb 2021 11:48:11 +0000 (12:48 +0100)
commit9b626e3c19afa1ad1ecc623df97dc71abd7fc2a9
treeb78254968eac304a95b27b9734df9165151b7a4f
parent293dcc400e2d5cbe4caf92135cee7a7159bb673f
MINOR: connection: use sni as parameter for srv conn hash

The sni parameter is an input to the server connection hash. Do not add
anymore connections with dynamic sni in the private list. Thus, it is
now possible to reuse a server connection if they use the same sni.
include/haproxy/connection-t.h
src/backend.c
src/connection.c