]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags instead
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 13:43:23 +0000 (15:43 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commita728518c15be3786eba980e82cfa4718688c2a6a
treebf9ce973a6ab1294fec855361b71aa862eb0ed76
parent974da9f8a41e53c9d4227a27c2a64c00c53644cc
MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags instead

Flag to consider a stream as indepenent is now handled at the conn-stream
level. Thus SI_FL_INDEP_STR stream-int flag is replaced by CS_FL_INDEP_STR
conn-stream flags.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/stream_interface-t.h
src/proxy.c
src/stream.c
src/stream_interface.c