Hi

On 5/30/23 22:09, Aurelien DARRAGON wrote:
$> haproxy -f test.conf -dKcnv | grep nbsrv
iif(string,string): str => bool

iif(string,string): bool => str


I don't rely on it, but frankly I find both variants confusing, because it does not follow the logical processing order.

What I would find clear:

bool => iif(str,str) => str

or

bool | iif(str,str) => str

or perhaps

iif(str,str): str <= bool

Best regards
Tim Düsterhus

Reply via email to