]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream: Release a CS when both app and endp are detached
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Jan 2022 07:44:58 +0000 (08:44 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:03 +0000 (11:00 +0100)
commitc36de9dc93b229b9817459ca8bc62750e0e22262
tree6b36d362b5cad2ae1c20184440113272075d91b6
parent014ac35eb25ebbbf4cf99c3fdb379611def6b45a
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.
include/haproxy/conn_stream.h
src/conn_stream.c