commit | eed7a7d73b75db42b29dbc0ffd2736b7d071bd16 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Aug 18 09:16:01 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | c521d789778d9800a865fb1d1781bfd2dae22adb | |
parent | ee57444382a711ed26cc902266cec945674385cd [diff] |
MINOR: quic: Atomically get/set the connection state As ->state quic_conn struct member field is shared between threads we must atomically get and set its value.