mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 01:09:20 +02:00
MINOR: quic: add MUX output for show quic
Extend "show quic" to be able to dump MUX related information. This is done via the new function qcc_show_quic(). This replaces the old streams dumping list which was incomplete. These info are displayed on full output or by specifying "mux" field.
This commit is contained in:
@@ -115,6 +115,8 @@ static inline void qcs_wait_http_req(struct qcs *qcs)
|
||||
LIST_APPEND(&qcc->opening_list, &qcs->el_opening);
|
||||
}
|
||||
|
||||
void qcc_show_quic(struct qcc *qcc);
|
||||
|
||||
#endif /* USE_QUIC */
|
||||
|
||||
#endif /* _HAPROXY_MUX_QUIC_H */
|
||||
|
||||
Reference in New Issue
Block a user