]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Dec 2021 13:35:17 +0000 (14:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commitf835dea9395e54a097a4d62cc3869ce400ee629c
treec80eecf09b1eb322973890f07ac37ee1a65f4660
parent86e1c3381bcead4a339f3b32234fbac61fafd6b5
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.
18 files changed:
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/stream_interface.h
src/check.c
src/conn_stream.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/peers.c
src/sink.c
src/stream.c
src/stream_interface.c
src/tcpcheck.c