mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-20 09:31:42 +01:00
This function is used to know whether the shared pools are full or if we can store more objects in them. Right now it cannot be used in a generic way because when shared pools are not used it will return false, letting one think pools can accept objects. Let's make one variant for each build model.