]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA
authorWilly Tarreau <w@1wt.eu>
Wed, 25 May 2022 14:01:38 +0000 (16:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit8c02f8de143a1ae49051c7dd91bcbda8e76ce52b
tree1df94a9dd8724e406eeda5a8598d14656efc8e18
parent13d63afacd6e14dd5f5b698a00c81bea59c50f14
CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA

It's more explicit this way. The cs_rx_endp_ready() function could be
removed so that the flag is directly tested. In the future it should
be inverted and the few places where it's set (or preserved via
SE_FL_APP_MASK) could be dropped.
dev/flags/flags.c
include/haproxy/applet.h
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
src/conn_stream.c