]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: conn-stream: No longer access connection field directly
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Dec 2021 16:28:35 +0000 (17:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit897d612d684b2d63e9e972d4198262f1af0d20fb
treecc8ae1a80dfdf083a3f81745f5f93c59de5b3c8d
parent1329f2a12a4dc24f992d2cbc6628fa55df132b3a
MEDIUM: conn-stream: No longer access connection field directly

To be able to handle applets as a conn-stream endpoint, we must be prepared
to handle different types of endpoints. First of all, the conn-strream's
connection must no longer be used directly.
include/haproxy/conn_stream.h
include/haproxy/stream_interface.h
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/stream.c
src/stream_interface.c
src/tcpcheck.c