MINOR: quic: Add a trace to quic_release_frm()
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 29 Aug 2023 12:34:03 +0000 (14:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Sep 2023 09:29:35 +0000 (11:29 +0200)
commit7dad52bdbd6cc5020edcd863a4ce09a5ccf5c613
tree6819c203c385d54d6c620c7792c1e8860ba80e6c
parent3c90c1ce6b42ab53553ff06fc83781d4327825dc
MINOR: quic: Add a trace to quic_release_frm()

Display the address of the frame to be released as soon as entering into
quic_release_frm() whose job is obviously to released the memory allocated
for the frame <frm> passed as parameter.
src/quic_frame.c