commit | d8e680cbaf702e01706a93dbd6d7480e06600cc5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 29 15:18:44 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 30 16:26:59 2022 +0200 |
tree | 6b3ba5b293566bd6ee207dd61cc0aa7a7c81391f | |
parent | 7272cd76fc2db0d8778d13c3092e5f8303a49c07 [diff] |
MEDIUM: mux-quic: remove qcs tree node The new qc_stream_desc type has a tree node for storage. Thus, we can remove the node in the qcs structure. When initializing a new stream, it is stored into the qcc streams_by_id tree. When the MUX releases it, it will freed as soon as its buffer is emptied. Before this, the quic-conn is responsible to store it inside its own streams_by_id tree.