CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume()
authorWilly Tarreau <w@1wt.eu>
Wed, 25 May 2022 16:12:11 +0000 (18:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit75a8f8e290b1eb469aab369f59859f27161460fb
tree2eff03d89a1cdc16d60529fc903e4f0c471d3fbe
parent9f07b697ee8a2c9e20a64dce0a38182bd4827f52
CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume()

These ones are essentially for the stream endpoint, let's give them a
name that matches the intent. Equivalent versions were provided in the
applet namespace to ease code legibility.
include/haproxy/applet.h
include/haproxy/conn_stream.h
src/flt_spoe.c
src/stats.c
src/stream.c