]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add '~' to frontend when the transport layer provides SSL
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2022 06:08:33 +0000 (08:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2022 06:08:33 +0000 (08:08 +0200)
commit807a3a53bb6bcc3d9e6fa1c6598b74c44993cd7d
treee2f03d52d615b46fe622dd7564134b31bece069b
parent9902bf266c4856c35e81ff2cbed89732d750c209
MINOR: log: add '~' to frontend when the transport layer provides SSL

We used to check if the transport layer was ssl_sock to decide to log
"~" after a frontend's name. Now that QUIC is present, this doesn't work
anymore. Better rely on the transport layer's get_ssl_sock_ctx() method.
src/log.c