commit | 7b4c9d6e8ca64fb2101a16947a76f1eec0b79e44 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Feb 24 10:50:58 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 25 15:06:17 2022 +0100 |
tree | 6e60416dca524234fd47488f3b36108a4706be7a | |
parent | 0c7679dd86f53c04f52620dfa4f66980347683d0 [diff] |
MINOR: quic: add a TODO for a memleak frame on ACK consume The quic_frame instance containing the quic_stream must be freed when the corresponding ACK has been received. However when implementing this on qcs_try_to_consume, some data transfers are interrupted and cannot complete (DC test from interop test suite).