commit | e35463c767d693d24fc26b6575749e8594e56204 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Sat Aug 27 10:19:42 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Sat Aug 27 10:29:30 2022 +0200 |
tree | 79978277ebe97e2b0e07ff7287dd38c685baeab5 | |
parent | b5c2cd461d08a6196f858479de5c9aa9f7a9baf9 [diff] |
BUG/MINOR: quic: Null packet dereferencing from qc_dup_pkt_frms() trace This function must duplicate frames be resent from packets. Some of them are still in flight, others have already been detected as lost. In this case the original frame ->pkt member is NULL. Add a trace to distinguish these cases. Thank you to Tristan for having reported this issue in GH #1808. Must be backported to 2.6.