commit | c1a6dfd477d599fbd794446481c1c628737323de | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 08 14:04:21 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 11 16:24:03 2022 +0200 |
tree | 579b0e6b1e4aa67bfaf4ebdaae3e37fa86d961e1 | |
parent | b1437234112799630048a3d76e2327072771b7a5 [diff] |
MINOR: mux-quic: rename stream purge function Rename qc_release_detached_streams() to qc_purge_streams(). The aim is to have a more generic name. It's expected to complete this function to add other criteria to purge dead streams. Also the function documentation has been corrected. It does not return a number of streams. Instead it is a boolean value, to true if at least one stream was released.