commit | 2873a31c81dfcc0a2b85d0c70f530bd3edf9b995 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 08 14:42:55 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 08 15:26:16 2021 +0100 |
tree | 5069ccd35e02adc95e1761dd4b800ee775d74aae | |
parent | 70f8948364524b83f4763f02ceea884019451e06 [diff] |
MINOR: mux-quic: do not release qcs if there is remaining data to send A qcs is not freed if there is remaining data in its buffer. In this case, the flag QC_SF_DETACH is positionned. The qcc io handler is responsible to remove the qcs if the QC_SF_DETACH is set and their buffers are empty.