commit | 0256da14a5a35eb96687912f285cd55318229c60 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 15 09:50:17 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:01 2022 +0100 |
tree | abb5b97d044571e9a0f2a805b922973265f204a9 | |
parent | 719ceef79c45f9b548985da5dbca41a0189808c6 [diff] |
MINOR: connection: Be prepared to handle conn-stream with no connection The conn-stream will progressively replace the stream-interface. Thus, a stream will have to allocate the backend conn-stream during its creation. This means it will be possible to have a conn-stream with no connection. To prepare this change, we test the conn-stream's connection when we retrieve it.