commit | 20a650105183869defdee5ca95c49abcf83106eb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 16 14:41:29 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 984b325d7f8fbb4f97ca7090952ad85919423409 | |
parent | 2b4e8b7b2d62e2897e124d6da1530bb0602e426c [diff] |
MINOR: stream-int: Add function to reset a SI endpoint si_reset_endpoint() function may be used to reset the SI's endpoint without releasing the conn-stream if the endpoint is a connection. If the endpoint is an appctx, it is released. This change is mandatory to merge the SI and the CS and keep the backend conn-stream attached to the stream during connection retries.