MINOR: quic: Add traces to debug frames handling during retransmissions
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 22 Nov 2023 09:04:59 +0000 (10:04 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Nov 2023 17:03:26 +0000 (18:03 +0100)
commit34bc100b8f2ae486c1a8cf183f219f7132f6bfc4
tree3221e535540be0e7bbca51892e8f9083ce919faf
parent8f9e94ecff7a8deb20b6c6891723edf84cb1630a
MINOR: quic: Add traces to debug frames handling during retransmissions

This is really boring to not know why some retransmissions could not be done
from qc_prep_hpkts() which allocates frames, prepare packets and send them.
Especially to not know about if frames are not remaining allocated and
attached to list on the stack. This patch already helped in diagnosing
such an issue during "-dMfail" tests.
src/quic_tx.c