]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_{need,have}_buff()
authorWilly Tarreau <w@1wt.eu>
Wed, 25 May 2022 05:48:07 +0000 (07:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit0ed73c376c8b2dbfe692e86b3bf4aa2310c8d9c2
treef8ac625eb1ba7e264901492c8fed7fbd8eec2db8
parent9512ab6e00ef98f9028bf89830d1984a810fd5d7
CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_{need,have}_buff()

These functions are used by the application layer to disable or enable
reading at the stream connector's level when the input buffer failed to
be allocated (or was finally allocated). The new names makes things
clearer.
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
src/applet.c
src/stream.c