commit | 560ddfa0035cd747c2f87d70aae2fe897dfef226 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Aug 24 18:59:23 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Wed Aug 24 18:59:23 2022 +0200 |
tree | f0729a9859696df23de721107ba63aea2f697f88 | |
parent | f34c1c956827a2f973cd160be9d8c97ede00e979 [diff] |
CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv() This function parses the QUIC packet from a UDP datagram. It was originally supposed to be run by several thread. Here we remove a section of code where the current thread checks there is not another thread which has already inserted the new quic_conn it is trying to insert in the connections tree. Must be backported to 2.6 to ease the future backports to come.