MINOR: quic: Remove a useless test about probing in qc_prep_pkts()
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 13 Apr 2023 13:59:02 +0000 (15:59 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 13 Apr 2023 17:20:09 +0000 (19:20 +0200)
commita576c1b0c60fc81f3a03de411661c0ee37845f43
tree74de7e5c7424bb75658d6b24c757e586b0f1f0c7
parent91369cfcd0990ccfab19b981fa4365c2b13eabfc
MINOR: quic: Remove a useless test about probing in qc_prep_pkts()

qel->pktns->tx.pto_probe is set to 0 after having prepared a probing
datagram. There is no reason to check this parameter. Furthermore
it is always 0 when the connection does not probe the peer.

Must be backported to 2.6 and 2.7.
src/quic_conn.c