]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: Attach timer task to thread for the connection.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 9 Dec 2021 09:06:21 +0000 (10:06 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Dec 2021 07:38:43 +0000 (08:38 +0100)
commitf57c333ac1b9e496066afaddf2d113ffcc54a204
tree15a1a12399251fd9f813c76fe87c14576e5e2e7f
parent2d2ceb5e6e0e8df3af87524b621b2b484cabb262
MINOR: quic: Attach timer task to thread for the connection.

This is to avoid races between the connection I/O handler and this task
which share too much variables.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c