commit | 0ed73c376c8b2dbfe692e86b3bf4aa2310c8d9c2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 25 07:48:07 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | f8ac625eb1ba7e264901492c8fed7fbd8eec2db8 | |
parent | 9512ab6e00ef98f9028bf89830d1984a810fd5d7 [diff] |
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.