commit | f835dea9395e54a097a4d62cc3869ce400ee629c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 21 14:35:17 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | c80eecf09b1eb322973890f07ac37ee1a65f4660 | |
parent | 86e1c3381bcead4a339f3b32234fbac61fafd6b5 [diff] |
MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream In the same way the conn-stream has a pointer to the stream endpoint , this patch adds a pointer to the application entity in the conn-stream structure. For now, it is a stream or a health-check. It is mandatory to merge the stream-interface with the conn-stream.