commit | 8524f0f779858cf53ee621635e28edfbcae7c0ba | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 08 15:03:40 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 10:13:20 2022 +0100 |
tree | 1cc26cedcef932f3c1dd276d3069b7790a51b1bd | |
parent | 6c8babf6c4d8cb33ff0f5220177207610c22ffcb [diff] |
MINOR: quic: use a global dghlrs for each thread Move the QUIC datagram handlers oustide of the receivers. Use a global handler per-thread which is allocated on post-config. Implement a free function on process deinit to avoid a memory leak.