]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: avoid code duplication in TLS alert callback
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 1 Dec 2025 15:35:58 +0000 (16:35 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Mon, 8 Dec 2025 09:40:59 +0000 (10:40 +0100)
commite7b06f5e7a5d0782b426d48a2e19ce35ab55a220
tree58aaab2ae5a5bac43c7156f73e66306dc6a2f1a5
parentad101dc3d5905e5f722809e2e181cf4cb04e06ad
MINOR: quic: avoid code duplication in TLS alert callback

Both the OpenSSL QUIC API TLS alert callback ha_quic_ossl_alert() does exactly
the same thing than the one for quictls API, even if the parameter have different
types.

Call ha_quic_send_alert() quictls callback from ha_quic_ossl_alert OpenSSL
QUIC API callback to avoid such code duplication.
src/quic_ssl.c