]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CONSUME
authorWilly Tarreau <w@1wt.eu>
Wed, 25 May 2022 16:00:26 +0000 (18:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit79cf6e1f157bc0ba4111074079333bbfa03019f9
treede097af674d386f598d011a4da352c56512c7181
parent15252cd9c058366d44b99967b18c850c479dac20
CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CONSUME

This flag indicates the that stream endpoint is willing to consume output
data from the stream. Its new name makes this more explicit. The function
names will be updated accordingly, which will remove the disturbing "get"
everywhere.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h