]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Add pointer to front/back conn-streams into stream struct
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Dec 2021 13:22:03 +0000 (14:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit95a61e8a0eb222e3de43a197eca953f99ac404c7
tree70115df3c31f0db94d1ad8713018a8f907396f74
parentf835dea9395e54a097a4d62cc3869ce400ee629c
MINOR: stream: Add pointer to front/back conn-streams into stream struct

frontend and backend conn-streams are now directly accesible from the
stream. This way, and with some other changes, it will be possible to remove
the stream-interfaces from the stream structure.
13 files changed:
include/haproxy/conn_stream.h
include/haproxy/stream-t.h
src/backend.c
src/cache.c
src/connection.c
src/frontend.c
src/hlua.c
src/http_ana.c
src/log.c
src/ssl_sample.c
src/ssl_sock.c
src/stream.c
src/tcp_sample.c