commit | 29632b8b10b679446b81698148b2fdc5499830af | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jan 18 16:50:58 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 24 10:30:49 2022 +0100 |
tree | 51fab4fb101f6d4bb40293b8c68ba67c3e3aa866 | |
parent | 74f2292557d4ea34fbfaba2490d414d1b01b8a4d [diff] |
MINOR: quic: remove dereferencement of connection when possible Some functions of xprt-quic were still using connection instead of quic_conn. This must be removed as the two are decorrelated : a quic_conn can exist without a connection.