commit | 916f0ac1e70d5179fab87ce037783ff69c447e61 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Dec 06 16:03:47 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 07 15:44:45 2021 +0100 |
tree | e7048f3db11af3607f6dfa3f01d88a17360fa51c | |
parent | deed777766cd1248130a41e9138de7bea809df83 [diff] |
MEDIUM: mux-quic: implement release mux operation Implement qc_release. This function is called by the upper layer on connection close. For the moment, this only happens on client timeout. This functions is used the free a qcs instance. If all bidirectional streams are freed, the qcc instance and the connection are purged.