mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 18:03:47 +02:00
MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME
This flag was the only remaining one that was inverted as a blocking condition, requiring special handling to preset it on sedesc allocation. Let's flip it in its definition and accessors.
This commit is contained in:
@@ -186,7 +186,7 @@ void show_endp_flags(unsigned int f)
|
||||
|
||||
SHOW_FLAG(f, SE_FL_APPLET_NEED_CONN);
|
||||
SHOW_FLAG(f, SE_FL_HAVE_NO_DATA);
|
||||
SHOW_FLAG(f, SE_FL_WILL_CONSUME);
|
||||
SHOW_FLAG(f, SE_FL_WONT_CONSUME);
|
||||
SHOW_FLAG(f, SE_FL_WAIT_DATA);
|
||||
SHOW_FLAG(f, SE_FL_KILL_CONN);
|
||||
SHOW_FLAG(f, SE_FL_WAIT_FOR_HS);
|
||||
|
||||
Reference in New Issue
Block a user