]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: SSL counters not handled
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 17 Oct 2025 10:07:10 +0000 (12:07 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 17 Oct 2025 10:13:43 +0000 (12:13 +0200)
commit51eca5cbce8325f00d11e6808bc83302cd37c94c
treeacbdac09026549dcb44ce83f9751c480dc13e4a9
parent8a8417b54af22e9d95998bb52ccb28a15cc7473f
BUG/MINOR: quic: SSL counters not handled

The SSL counters were not handled at all for QUIC connections. This patch
implement ssl_sock_update_counters() extracting the code from ssl_sock.c
and call this function where applicable both in TLS/TCP and QUIC parts.

Must be backported as far as 2.8.
include/haproxy/ssl_sock.h
src/quic_ssl.c
src/ssl_sock.c