]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: conn_stream: move conn-stream stuff in dedicated files
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Dec 2021 16:32:56 +0000 (17:32 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit1329f2a12a4dc24f992d2cbc6628fa55df132b3a
tree388b2650f125d04accb394c257d064bbc1a86eb6
parente2b38b31bb90bfe12b2d5dc348510e39e0c52775
REORG: conn_stream: move conn-stream stuff in dedicated files

Move code dealing with the conn-streams in dedicated files.
17 files changed:
Makefile
include/haproxy/conn_stream-t.h [new file with mode: 0644]
include/haproxy/conn_stream.h [new file with mode: 0644]
include/haproxy/connection-t.h
include/haproxy/connection.h
include/haproxy/stream_interface.h
src/conn_stream.c [new file with mode: 0644]
src/connection.c
src/h3.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c
src/payload.c
src/ssl_sample.c
src/tcpcheck.c