mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 17:22:36 +02:00
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().