commit | e2b38b31bb90bfe12b2d5dc348510e39e0c52775 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 16 16:11:28 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | e4ffb5a0627b6e3a193562d28f6982d501b45cec | |
parent | e00ad358c914100d8784a8c349542d2379513d3b [diff] |
MEDIUM: stream: Allocate backend CS when the stream is created Because the backend conn-stream is no longer released during connection retry and because it is valid to have conn-stream with no connection, it is possible to allocated it when the stream is created. This means, from now, a stream has always valid frontend and backend conn-streams. It is the first step to merge the SI and the CS.