commit | 9b68b6457266fd4d84930617a4aacc7112ca276d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 12 15:48:51 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 18 16:20:47 2023 +0200 |
tree | 9a7329739d30241f16dceeac179c9d1fbdccf888 | |
parent | 90e5027e46fb8903d5069dc45a8abedbe919fd8e [diff] |
CLEANUP: quic: remove unused qc param on stateless reset token Remove quic_conn instance as first parameter of quic_stateless_reset_token_init() and quic_stateless_reset_token_cpy() functions. It was only used for trace purpose. The main advantage is that it will be possible to allocate a QUIC CID without a quic_conn instance using new_quic_cid() which is requires to first check if a CID is existing before allocating a connection. This should be backported up to 2.7.