BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 28 May 2021 08:25:07 +0000 (10:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitde935f34e5aa0d3c8e12aa56308623a63ed806e8
treebcfab52311ca7f5a135a459f2dd9af02d0142708
parentecb58720122aa9ed7bf4905ba35dba7e271cf10b
BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler.

As the ->conn member of quic_conn struct is reset to NULL value by the ->accept
callback potentially run by another thread, this check is irrelevant.
src/xprt_quic.c