commit | 6de7287cc791fc9fd831435e7bd595dc1e3ec85b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Jun 11 15:44:24 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 25976f67725258d73ae33fa7ef4f2e01ddff68e1 | |
parent | 7fd59789f2fb45bc4b59fd67a00b51241140d712 [diff] |
MINOR: quic: Connection allocations rework Allocate everything needed for a connection (struct quic_conn) from the same function. Rename qc_new_conn_init() to qc_new_conn() to reflect these modifications. Insert these connection objects in their tree after returning from this function.