commit | 8b87b15c22ffa04b27cc49c978061956519655d1 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 16:19:47 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 16:25:07 2022 +0200 |
tree | 5f625c21940f1e3379f5d517c9dd798805a095c5 | |
parent | 7313f5ee7e4e87c2e01dae058603f17f4bd78d4c [diff] |
MINOR: mux-quic: free RX buf if empty Release the QCS RX buffer if emptied afer qcs_consume(). This improves memory usage and avoids a QCS to keep an allocated buffer, particularly when no data is received anymore. Buffer is automatically reallocated if needed via qc_get_ncbuf().