]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 24 Aug 2022 16:59:23 +0000 (18:59 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 24 Aug 2022 16:59:23 +0000 (18:59 +0200)
commit560ddfa0035cd747c2f87d70aae2fe897dfef226
treef0729a9859696df23de721107ba63aea2f697f88
parentf34c1c956827a2f973cd160be9d8c97ede00e979
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.
src/xprt_quic.c