]> git.kaiwu.me - haproxy.git/commit
MINOR: stream: Don't destroy conn-streams but detach app and endp
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Jan 2022 07:45:51 +0000 (08:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:03 +0000 (11:00 +0100)
commit14fd99a20cc5a209e1b437c14f83739c5b80916c
tree42b48becba4271f725f9ade72ffe4a6725c06b4f
parentc36de9dc93b229b9817459ca8bc62750e0e22262
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.
src/stream.c