commit | 3d77fa754d337c43015dacace95581cdfa06f5c1 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 31 09:30:14 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 5415784aef861737362485224002611907689981 | |
parent | de935f34e5aa0d3c8e12aa56308623a63ed806e8 [diff] |
MINOR: quic: QUIC conn initialization from I/O handler Move the QUIC conn (struct quic_conn) initialization from quic_sock_accept_conn() to qc_lstnr_pkt_rcv() as this is done for the server part. Move the timer initialization to ->start xprt callback to ensure the connection context is done : it is initialized by the ->accept callback which may be run by another thread than the one for the I/O handler which also run ->start.