commit | de935f34e5aa0d3c8e12aa56308623a63ed806e8 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 28 10:25:07 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | bcfab52311ca7f5a135a459f2dd9af02d0142708 | |
parent | ecb58720122aa9ed7bf4905ba35dba7e271cf10b [diff] |
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.