From: Frederic Lecaille Date: Thu, 20 Nov 2025 07:10:58 +0000 (+0100) Subject: MINOR: quic/flags: add missing QUIC flags for flags dev tool. X-Git-Tag: v3.3-dev14~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88fdf86691a3ba51cd02520dc9795ece8c8e7a1;p=thirdparty%2Fhaproxy.git MINOR: quic/flags: add missing QUIC flags for flags dev tool. Add missing QUIC_FL_CONN_XPRT_CLOSED quic_conn flags definition. --- diff --git a/include/haproxy/quic_conn-t.h b/include/haproxy/quic_conn-t.h index 84c9b68f7..f17282846 100644 --- a/include/haproxy/quic_conn-t.h +++ b/include/haproxy/quic_conn-t.h @@ -490,13 +490,14 @@ static forceinline char *qc_show_flags(char *buf, size_t len, const char *delim, _(QUIC_FL_CONN_PEER_VALIDATED_ADDR, _(QUIC_FL_CONN_NO_TOKEN_RCVD, _(QUIC_FL_CONN_SCID_RECEIVED, + _(QUIC_FL_CONN_XPRT_CLOSED, _(QUIC_FL_CONN_TO_KILL, _(QUIC_FL_CONN_TX_TP_RECEIVED, _(QUIC_FL_CONN_FINALIZED, _(QUIC_FL_CONN_EXP_TIMER, _(QUIC_FL_CONN_CLOSING, _(QUIC_FL_CONN_DRAINING, - _(QUIC_FL_CONN_IMMEDIATE_CLOSE))))))))))))))))))))))))))); + _(QUIC_FL_CONN_IMMEDIATE_CLOSE)))))))))))))))))))))))))))); /* epilogue */ _(~0U); return buf;