commit | 2461bd534a1639775b2264a2f307e9684a912fc0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 13 16:54:52 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 14 14:50:12 2022 +0200 |
tree | a917acf3e083536597324a6c0de4c123a2e6cd0e | |
parent | 67df95a8a2a0f64c7faeab85efe0fd2fbfebd8f6 [diff] |
BUG/MINOR: mux-quic: prevent a crash in session_free on mux.destroy Implement qc_destroy. This callback is used to quickly release all MUX resources. session_free uses this callback. Currently, it can only be called if there was an error during connection initialization. If not defined, the process crashes.