]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: fix trace on quic_conn_closed release
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 19 Nov 2025 10:40:16 +0000 (11:40 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 19 Nov 2025 15:02:22 +0000 (16:02 +0100)
Adjust leaving trace of quic_release_cc_conn() so that the end of the
function is properly reported.

src/quic_conn.c

index 7495cf82304570e46683ad2c49f1e8962096a88f..12532594abc222a83bb353878696072d5efcc9fb 100644 (file)
@@ -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. */