commit | 7fbb94da8d1e4bd5e126372bba34c09ba15070b3 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jan 31 10:37:07 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 31 16:40:23 2022 +0100 |
tree | fca47da90e5b026008fca491639555a2b3978523 | |
parent | 789413caf04fbbf7093365b87e194668a61d7c39 [diff] |
MINOR: quic: Do not use connection struct xprt_ctx too soon In fact the xprt_ctx of the connection is first stored into quic_conn struct as soon as it is initialized from qc_conn_alloc_ssl_ctx(). As quic_conn_init_timer() is run after this function, we can associate the timer context of the timer to the one from the quic_conn struct.