commit | 139814a67aa592cb231bf9a491cfae975f7a0c1a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Sep 24 10:03:16 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 07 17:35:25 2021 +0200 |
tree | dc740c5465ab94b4f8a3612d1694c42c1271a3be | |
parent | 75dd2b7987f0c9bede8a73e61e89bf784a2ea593 [diff] |
BUG/MEDIUM: mux-quic: reinsert all streams in by_id tree It is required that all qcs streams are in the by_id tree for the xprt to function correctly. Without this, some ACKs are not properly emitted by xprt. Note that this change breaks the free of the connection because the condition eb_is_empty in qc_detach is always true. This will be fixed in a following patch.