]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN
authorWilly Tarreau <w@1wt.eu>
Tue, 24 May 2022 14:49:03 +0000 (16:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitb23edc8b8d049f72faef39cd734152d51b7f9448
treef53309e36c37ed06dae52a765d4419f636076863
parent676c8db13458671d4ee64489f884a72daecf3b80
MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN

This flag is exclusively used when a front applet needs to wait for the
other side to connect (or fail to). Let's give it a more explicit name
and remove the ambiguous function that was used only once.

This also ensures we will not risk to set it back on a new endpoint
after cs_reset_endp() via SE_FL_APP_MASK, because the flag being
specific to the endpoint only and not to the connector, we don't
want to preserve it when replacing the endpoint.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
src/dns.c
src/hlua.c
src/sink.c