mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 17:24:57 +02: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.