Skip to content

Commit 0a47187

Browse files
committed
MINOR: mux_quic: add user traces for new/release connection
1 parent 9854b6f commit 0a47187

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mux_quic.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,6 +3671,7 @@ static void qcc_release(struct qcc *qcc)
36713671
offer_buffers(NULL, 2);
36723672
}
36733673

3674+
TRACE_USER("freeing QUIC connection", QMUX_EV_QCC_END, conn);
36743675
pool_free(pool_head_qcc, qcc);
36753676

36763677
if (conn) {
@@ -4139,6 +4140,7 @@ static int qcm_init(struct connection *conn, struct proxy *prx,
41394140
qcc->tot_sc++;
41404141
}
41414142

4143+
TRACE_USER("new QUIC connection", QMUX_EV_QCC_NEW, conn);
41424144
TRACE_LEAVE(QMUX_EV_QCC_NEW, conn);
41434145
return 0;
41444146

0 commit comments

Comments
 (0)