]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: Add a function to detach a conn-stream from the connection
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Dec 2021 13:33:52 +0000 (14:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:01 +0000 (11:00 +0100)
commit2b4e8b7b2d62e2897e124d6da1530bb0602e426c
treee78cf3fac591c02ce23bd8988c34601c57a148c1
parenta742293ec968468b4120a4cb96953a25b5821d2a
MINOR: connection: Add a function to detach a conn-stream from the connection

cs_detach() function is added to detach a conn-stream from the underlying
connection. This part will evovle to handle applets too. Concretely,
cs_destroy() is split to detach the conn-stream from its endpoint, via
cs_detach(), and then, the conn-stream is released, via cs_free().
include/haproxy/connection.h