]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic/receiver: remove the now unused tx_qring list
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Oct 2022 06:36:21 +0000 (08:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Oct 2022 06:40:38 +0000 (08:40 +0200)
commitcab054bbf9908f3732648e5236d889650a6e33f7
tree49f12b703b226e9e5a58df1e5fc64b526ff8a030
parenta6fc616c1acb636d999b6d3dd2c066263c0b756d
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.
include/haproxy/receiver-t.h
src/proto_quic.c