mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01:00
First commit to handle the QUIC stats counters. There is nothing special to say except perhaps for ->conn_openings which is a gauge to count the number of connection openings. It is incremented after having instantiated a quic_conn struct, then decremented when the handshake was successful (handshake completed state) or failed or when the connection timed out without reaching the handshake completed state.