commit | 14fd99a20cc5a209e1b437c14f83739c5b80916c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 06 08:45:51 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:03 2022 +0100 |
tree | 42b48becba4271f725f9ade72ffe4a6725c06b4f | |
parent | c36de9dc93b229b9817459ca8bc62750e0e22262 [diff] |
MINOR: stream: Don't destroy conn-streams but detach app and endp Don't call cs_destroy() anymore when a stream is released. Instead the endpoint and the app are detached from the conn-stream.