commit | d139138bbc12bdf6bfd182ea5afb0cfee01c0e9e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 30 16:26:39 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | d6d2f88f7bebd8560961a6c92471f74384dec912 | |
parent | a728518c15be3786eba980e82cfa4718688c2a6a [diff] |
MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead Flag to get the source ip/port with getsockname is now handled at the stream level. Thus SI_FL_SRC_ADDR stream-int flag is replaced by SF_SRC_ADDR stream flag.