]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Dec 2021 08:34:32 +0000 (09:34 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commitdd2d0d8b80572eb07915a11e895b2532a7e11048
treea2c5d14383d08ca96e5431a3d1a14f06bdf4fd8b
parent897d612d684b2d63e9e972d4198262f1af0d20fb
MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint

To be able to use an appctx as conn-stream endpoint, the connection is no
longer stored as is in the conn-stream. The obj-type is used instead.
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/stream_interface.h
src/conn_stream.c
src/h3.c
src/hq_interop.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/tcpcheck.c