mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 14:50:59 +01:00
MINOR: quic/flags: add missing QUIC flags for flags dev tool.
Add missing QUIC_FL_CONN_XPRT_CLOSED quic_conn flags definition.
This commit is contained in:
parent
40687ebc64
commit
a88fdf8669
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user