commit | e81fed9a5427cea129afba8249db2ad31733e31c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 22 11:06:34 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 23 16:06:06 2021 +0100 |
tree | c31400bea75d24abd4914135519b1a77da8af911 | |
parent | 741eacca4780a3aee8325665fe380063c80faa6f [diff] |
MINOR: quic: replace usage of ssl_sock_ctx by quic_conn Big refactoring on xprt-quic. A lot of functions were using the ssl_sock_ctx as argument to only access the related quic_conn. All these arguments are replaced by a quic_conn parameter. As a convention, the quic_conn instance is always the first parameter of these functions. This commit is part of the rearchitecture of xprt-quic layers and the separation between xprt and connection instances.