commit | c0c6b6d8c0f11f2106d881df09140b0e429251e9 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Mar 09 10:16:09 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Mar 23 14:39:49 2023 +0100 |
tree | ef2fa937edc93bb649d0c43919a58d90fa67a1e9 | |
parent | e2213df9fe5a84288a952bd685a0cafc3d1f6b3c [diff] |
MINOR: mux-quic: close on qcs allocation failure Emit a CONNECTION_CLOSE with INTERNAL_ERROR code each time qcs allocation fails. This can happen in two cases : * when creating a local stream through application layer * when instantiating a remote stream through qcc_get_qcs() In both cases, error paths are already in place to interrupt the current operation and a CONNECTION_CLOSE will be emitted soon after. This should be backported up to 2.7.