Re: [PATCH] MINOR: Add srv_queue converter

2019-08-26 Thread Willy Tarreau
Hi Nenad, On Tue, Aug 27, 2019 at 01:58:13AM +0200, Nenad Merdanovic wrote: > The converter can be useful to look up a server queue from a dynamic value. Thanks, applied. This made me think that it could be useful to have a few other ones like srv_is_up and srv_conn. Also, your use case consistin

[PATCH] MINOR: Add srv_queue converter

2019-08-26 Thread Nenad Merdanovic
The converter can be useful to look up a server queue from a dynamic value. Signed-off-by: Nenad Merdanovic --- doc/configuration.txt | 7 +++ src/backend.c | 35 ++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt