]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: replace usage of ssl_sock_ctx by quic_conn
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Dec 2021 10:06:34 +0000 (11:06 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Dec 2021 15:06:06 +0000 (16:06 +0100)
commite81fed9a5427cea129afba8249db2ad31733e31c
treec31400bea75d24abd4914135519b1a77da8af911
parent741eacca4780a3aee8325665fe380063c80faa6f
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.
src/xprt_quic.c