commit | 7313f5ee7e4e87c2e01dae058603f17f4bd78d4c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 17 18:53:21 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 16:25:07 2022 +0200 |
tree | 659c16a85ec0b8227a69fa9e5150b6ff899b62ac | |
parent | c830e1e9047fa3c8067bc85b74a6313dd9294969 [diff] |
BUG/MINOR: mux-quic: support nul buffer with qc_free_ncbuf() qc_free_ncbuf() may now be used with a NCBUF_NULL buffer as parameter. This is useful when using this function on a QCS with no allocated buffer. This case was not reproduced for the moment, but it will soon become more present as buffers will be released if emptied. Also a call to offer_buffers() is added to conform with the dynamic buffer management of haproxy.