RE: RE: RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g.,

Group health coverage? Haproxy Technologies LLC

2023-09-25 Thread Trina Foster
Hi, Are you overpaying on health insurance? I'm asking since my agency Wtwine offers low out-of-pocket health insurance. We work with small businesses nationally like Haproxy Technologies LLC Does a easy health coverage quote sound alright? Reply back and let me know the best # to briefly get

[PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Vladimir Vdovin
Added set-timeout for frontend side of session, so it can be used to set custom per-client timeouts if needed. Added cur_client_timeout to fetch client timeout samples. --- doc/configuration.txt | 17 +--- include/haproxy/action-t.h | 1 +

Re: [PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Vladimir
Thanks for your comments and help! Everything seems to be clear for me, so sending you fresh changes as one rebased/squashed commit. -- Vladimir Vdovin > 25 сент. 2023 г., в 11:20, Christopher Faulet > написал(а): > > Le 16/09/2023 à 06:19, Vladimir Vdovin a écrit : >> Added set-timeout for

Re: [PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Christopher Faulet
Le 16/09/2023 à 06:19, Vladimir Vdovin a écrit : Added set-timeout for frontend side of session, so it can be used to set dynamically per-client timeouts if needed. Thanks ! It looks good. However I have few comments. First it could be good to add a sample fetch to retrieve the current

Re: [PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Christopher Faulet
Le 23/09/2023 à 13:07, Willy Tarreau a écrit : On Sat, Sep 16, 2023 at 07:19:46AM +0300, Vladimir Vdovin wrote: Added set-timeout for frontend side of session, so it can be used to set dynamically per-client timeouts if needed. I'm figuring we didn't respond to this one. Christopher, could

RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g.,

RE: RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g.,

Re: RE: RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Remi Tricot-Le Breton
Hello, On 25/09/2023 13:55, Jens Popp wrote: Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only