mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-08 14:11:33 +02:00
It is not always convenient to run checks on req->l in functions to check if a buffer is empty or full. Now the stream_sock functions set flags BF_EMPTY and BF_FULL according to the buffer contents. Of course, functions which touch the buffer contents adjust the flags too.