mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-16 19:23:18 +02:00
Instead of having each caller of appctx_get_buf() think about setting the blocking flag, better have the function do it, since it's already handling the queue anyway. This way we're sure that both are consistent.