]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Mar 2022 15:53:09 +0000 (17:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit8da67aae3ef27776913f0f115f6e770870b597db
tree8aba35ca1cd5f06fdf75dc46e0737a464c118a47
parent731c8e6cf9a89a17d58a626dd409cb3991c1f40c
MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream

The source and destination addresses at the applicative layer are moved from
the stream-interface to the conn-stream. This simplifies a bit the code and
it is a logicial step to remove the stream-interface.
24 files changed:
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/cs_utils.h
include/haproxy/stream.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/backend.c
src/cli.c
src/conn_stream.c
src/connection.c
src/dns.c
src/frontend.c
src/hlua.c
src/http_ana.c
src/http_client.c
src/http_fetch.c
src/log.c
src/mux_fcgi.c
src/peers.c
src/queue.c
src/sink.c
src/stream_interface.c
src/tcp_act.c
src/tcp_sample.c