mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-05 17:01:00 +01:00
When failing an allocation we always do the same dance, add the buffer_wait struct to a list if it's not, and return. Let's just add dedicated functions to centralize this, this will be useful to implement a bit more complex logic. For now they're not used.