commit | 9b8d7a11c0a8513f27780c3be0e43bb2ed5ee040 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 17 09:36:57 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 17 13:25:02 2022 +0200 |
tree | 408de740d4738d133e1c13b22abb147232228130 | |
parent | b68f77d62602ba3d047ff715804001a77ed89feb [diff] |
MINOR: stream: Rely on stconn flags to abort stream destructive upgrade On destructive connection upgrade, instead of using the new mux name to abort the old stream, we can relay on the stream connector flags. If it is detached after the upgrade, it means the stream will not be resused by the new mux and it must be aborted. This patch may be backported to 2.6.