commit | a1075209c7a9544bb3f0afa30ac4506c2879fb76 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Sep 01 10:51:19 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 02 08:47:38 2022 +0200 |
tree | b1c75bf2acd1241f8580e16cd3222a0c3f3d0a38 | |
parent | a777ee36f61554983ab5378c5579cb59825e7d71 [diff] |
BUG/MINOR: quic: Frames leak during retransmissions The frame which are retransmitted by qc_dgrams_retransmit() are duplicated from sent but not acknowledged packets and added to local frames lists. Some may not have been sent. If not replaced somewhere (linked to the connection) they are lost for ever (leak). We splice the list remaining contents to the packets number space frame list to avoid such a situation. Must be backported to 2.6.