mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 20:41:58 +02:00
MINOR: mux-quic: reorganize qcs free
Regroup some cleaning operations inside a new function qcs_free. This can be used for all streams, both through qcs_destroy and with uni-directional streams.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <haproxy/xprt_quic-t.h>
|
||||
|
||||
struct qcs *qcs_new(struct qcc *qcc, uint64_t id, enum qcs_type type);
|
||||
void uni_qcs_free(struct qcs *qcs);
|
||||
void qcs_free(struct qcs *qcs);
|
||||
|
||||
struct buffer *qc_get_buf(struct qcs *qcs, struct buffer *bptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user