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:
Amaury Denoyelle
2024-02-23 17:32:14 +01:00
parent dda3a0d8fc
commit f913d42aaf
4 changed files with 39 additions and 24 deletions

View File

@@ -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 */