commit | cab054bbf9908f3732648e5236d889650a6e33f7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 11 08:36:21 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 11 08:40:38 2022 +0200 |
tree | 49f12b703b226e9e5a58df1e5fc64b526ff8a030 | |
parent | a6fc616c1acb636d999b6d3dd2c066263c0b756d [diff] |
CLEANUP: quic/receiver: remove the now unused tx_qring list The tx_qrings[] and tx_qring_list in the receiver are not used anymore since commit f2476053f ("MINOR: quic: replace custom buf on Tx by default struct buffer"), the only place where they're referenced was in quic_alloc_tx_rings_listener(), which by the way implies that these were not even freed on exit. Let's just remove them. This should be backported to 2.6 since the commit above also was.