]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Dec 2021 16:09:39 +0000 (17:09 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit86e1c3381bcead4a339f3b32234fbac61fafd6b5
tree6405dea94bf36f5ad9d1d274f41c8e2ef1ed1fb4
parent13a35e57525675c6e422e881b0f88269c5a4a93d
MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int

Because appctx is now an endpoint of the conn-stream, there is no reason to
still have the stream-interface as appctx owner. Thus, the conn-stream is
now the appctx owner.
28 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet-t.h
include/haproxy/conn_stream.h
include/haproxy/stream_interface.h
src/activity.c
src/applet.c
src/cache.c
src/cli.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/log.c
src/map.c
src/mworker.c
src/peers.c
src/pool.c
src/proxy.c
src/resolvers.c
src/ring.c
src/server.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c