]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags
authorWilly Tarreau <w@1wt.eu>
Mon, 2 May 2022 15:27:34 +0000 (17:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 May 2022 15:43:51 +0000 (17:43 +0200)
commit04e9acaef4945534cf4ea639f596368a032a0a37
tree2abac8badf3e4abc4ce4af581023e6397959cb68
parent03bd3952a68439b5b540aef61ca7620169b059f3
MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags

These flags indicate that the ->src or ->dst field in the conn_stream
is not null, which is something the caller already sees (and even tests
from the two sets of functions that set them). They maintain some burden
because an agent trying to set a source or destination has to manually
set the flags in addition to setting the pointer, so they provide no
value anymore, let's drop them.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/cs_utils.h