b088056f3d
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. (cherry picked from commit cab054bbf9908f3732648e5236d889650a6e33f7) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>