commit | a728518c15be3786eba980e82cfa4718688c2a6a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 30 15:43:23 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | bf9ce973a6ab1294fec855361b71aa862eb0ed76 | |
parent | 974da9f8a41e53c9d4227a27c2a64c00c53644cc [diff] |
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.