commit | 2b4e8b7b2d62e2897e124d6da1530bb0602e426c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 16 14:33:52 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:01 2022 +0100 |
tree | e78cf3fac591c02ce23bd8988c34601c57a148c1 | |
parent | a742293ec968468b4120a4cb96953a25b5821d2a [diff] |
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().