CLEANUP: quic: Remove useless parameters passes to qc_purge_tx_buf()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 10:05:46 +0000 (12:05 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:53:26 +0000 (15:53 +0200)
commite66d67a1aeec4f996c2eaeecf6fa3bb636c71763
tree99bb1c1485a820989567b178ebfa2ce3ff93ddd7
parentd5f03cd576c249eef29c8a6af915a1eaae7c30bf
CLEANUP: quic: Remove useless parameters passes to qc_purge_tx_buf()

Remove the pointer to the connection passed as parameters to qc_purge_tx_buf()
and other similar function which came with qc_purge_tx_buf() implementation.
They were there do track the connection during tests.

Must be backported to 2.7.
src/quic_conn.c