commit | a5fe49f44a2957db59c71952af47010b51f7c848 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Jun 04 11:52:35 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 6911c40135f77e351b82eb5c07bc1b61763185f5 | |
parent | 9fccace8b0b88fba8d384f3cf61e1cc3eaa8d5eb [diff] |
MINOR: quic: Move the connection state Move the connection state from quic_conn_ctx struct to quic_conn struct which is the structure which is used to store the QUIC connection part information. This structure is initialized by the I/O dgram handler for each new connection to QUIC listeners. This is needed for the multithread support so that to not to have to depend on the connection context potentially initialized by another thread.