mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
MINOR: quic: fix trace on quic_conn_closed release
Adjust leaving trace of quic_release_cc_conn() so that the end of the function is properly reported.
This commit is contained in:
parent
e55bcf5746
commit
1a22caa6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ static void quic_release_cc_conn(struct quic_conn_closed *cc_qc)
|
|||
/* free the SSL sock context */
|
||||
pool_free(pool_head_quic_conn_closed, cc_qc);
|
||||
|
||||
TRACE_ENTER(QUIC_EV_CONN_IO_CB);
|
||||
TRACE_LEAVE(QUIC_EV_CONN_IO_CB);
|
||||
}
|
||||
|
||||
/* QUIC connection packet handler task used when in "closing connection" state. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue