Re: [PATCH 1/1] CI: cirrus-ci: display gdb bt if any

2023-09-21 Thread Илья Шипицин
ping :) пт, 8 сент. 2023 г. в 22:57, Ilya Shipitsin : > previously, if test process crashes (either BUG_ON or segfault), no > coredump were collected and analysed > --- > .cirrus.yml | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/.cirrus.yml b/.cirrus.yml > index

Re: Error While deviceatlas compile/make from source

2023-09-21 Thread David CARLIER
Sorry I forgot the link https://deviceatlas.com/deviceatlas-haproxy-module. On Thu, 21 Sept 2023 at 17:10, David CARLIER wrote: > So the 20230802_compact.json only works with v2 versions, even from the > page here it is still the case. > Your inquiry had been acknowledged by the dev team but I

Re: Error While deviceatlas compile/make from source

2023-09-21 Thread David CARLIER
So the 20230802_compact.json only works with v2 versions, even from the page here it is still the case. Your inquiry had been acknowledged by the dev team but I can't say exactly when the new v3 version will be available. But we ll keep you posted. Kindest regards. On Wed, 20 Sept 2023 at 23:50,

Re: maxconn limit not working after reload / sighup

2023-09-21 Thread Lukas Tribus
On Thu, 21 Sept 2023 at 01:20, Björn Jacke wrote: > > Hello, > > I just experienced that maxconn can easily not work as expected and lead > to unavailable services. Take this example backend configuration of a > 2.8.3 haproxy setup: > > backend bk_example >balance first >server server1

Re: mux-h2: Backend stream is not fully closed if frontend keeps stream open

2023-09-21 Thread Christopher Faulet
Le 20/09/2023 à 22:14, Valters Jansons a écrit : On Mon, Sep 18, 2023 at 9:32 AM Christopher Faulet wrote: Please find a new patch. It should be good ( or better at least :) The provided patch resolves my scenario for both the gRPC server-client as well as the Java client to nginx server.

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

2023-09-21 Thread Remi Tricot-Le Breton
Hello, On 18/09/2023 10:27, 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