commit | c36de9dc93b229b9817459ca8bc62750e0e22262 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 06 08:44:58 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:03 2022 +0100 |
tree | 6b36d362b5cad2ae1c20184440113272075d91b6 | |
parent | 014ac35eb25ebbbf4cf99c3fdb379611def6b45a [diff] |
MINOR: conn-stream: Release a CS when both app and endp are detached cs_detach_app() function is added to detach an app from a conn-stream. And now, both cs_detach_app() and cs_detach_endp() release the conn-stream when both the app and the endpoint are detached.