commit | 7ca7c84fb83b98274dae2e3814e4b3d803b70bc2 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 22 18:20:38 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 23 15:51:00 2021 +0100 |
tree | 42fd57cde2a703c4a6f3f96ebf2a9d3a8f9ac52c | |
parent | a83729e9e606aa2ab4e78981799e001e2f38eb45 [diff] |
MINOR: quic: store ssl_sock_ctx reference into quic_conn Add a pointer in quic_conn to its related ssl_sock_ctx. This change is required to avoid to use the connection instance to access it. This commit is part of the rearchitecture of xprt-quic layers and the separation between xprt and connection instances. It will be notably useful when the connection allocation will be delayed.