Re: running h2spec in CI ?

2020-03-21 Thread Willy Tarreau
On Sat, Mar 21, 2020 at 03:13:07PM +0500, ??? wrote: > > Really you *need* to have some response data, not just an empty 200. > > Probably that you can do it with something like this to build 10kB of > > garbage: > > > > am I correct, dealing with large blocks is something HPACK related

Re: running h2spec in CI ?

2020-03-21 Thread Willy Tarreau
On Sat, Mar 21, 2020 at 02:04:04PM +0500, ??? wrote: > how do you call h2spec ? Like this (for example): $ h2spec -Svtk -h 127.0.0.1 -p 4443 > in my case, I'm getting 95/95 tests. OK you only have the H2 tests, it doesn't test HPACK nor the generic part, you just have not to pass

Re: running h2spec in CI ?

2020-03-21 Thread Willy Tarreau
Hi Ilya, On Sat, Mar 21, 2020 at 01:44:40AM +0500, ??? wrote: > Hello, > > I played with "special purpose" job, which runs h2spec > > here's code: > > https://github.com/chipitsine/haproxy/commit/8c90ea82fd32c0ca9bd3df0ae7d9361525eda590 > > output: > >

Re: running h2spec in CI ?

2020-03-21 Thread Илья Шипицин
сб, 21 мар. 2020 г. в 14:00, Willy Tarreau : > Hi Ilya, > > On Sat, Mar 21, 2020 at 01:44:40AM +0500, ??? wrote: > > Hello, > > > > I played with "special purpose" job, which runs h2spec > > > > here's code: > > > > >

Re: running h2spec in CI ?

2020-03-21 Thread Илья Шипицин
сб, 21 мар. 2020 г. в 14:29, Willy Tarreau : > On Sat, Mar 21, 2020 at 02:04:04PM +0500, ??? wrote: > > how do you call h2spec ? > > Like this (for example): > > $ h2spec -Svtk -h 127.0.0.1 -p 4443 > indeed. 146/146 https://github.com/chipitsine/haproxy/runs/523821049 ok, I'll try

Re: running h2spec in CI ?

2020-03-21 Thread Willy Tarreau
On Sat, Mar 21, 2020 at 02:51:16PM +0500, ??? wrote: > ??, 21 ???. 2020 ?. ? 14:29, Willy Tarreau : > > > On Sat, Mar 21, 2020 at 02:04:04PM +0500, ??? wrote: > > > how do you call h2spec ? > > > > Like this (for example): > > > > $ h2spec -Svtk -h 127.0.0.1 -p 4443 > > > >

Re: Segfault on 2.1.3

2020-03-21 Thread Willy Tarreau
On Fri, Mar 20, 2020 at 08:10:25AM -0600, Sean Reifschneider wrote: > I grabbed the source from the PPA and rebuilt it, installed the dbg > package, and here's one of the "bt full"s: Thanks! > (gdb) bt full > #0 pattern_exec_match (head=head@entry=0x55e4dd275478, > smp=smp@entry=0x7fbf9ef650c0,

Re: Segfault on 2.1.3

2020-03-21 Thread Willy Tarreau
On Sat, Mar 21, 2020 at 10:08:15AM +0100, Willy Tarreau wrote: > On Fri, Mar 20, 2020 at 08:10:25AM -0600, Sean Reifschneider wrote: > > I grabbed the source from the PPA and rebuilt it, installed the dbg > > package, and here's one of the "bt full"s: > > Thanks! > > > (gdb) bt full > > #0

Re: running h2spec in CI ?

2020-03-21 Thread Илья Шипицин
сб, 21 мар. 2020 г. в 14:59, Willy Tarreau : > On Sat, Mar 21, 2020 at 02:51:16PM +0500, ??? wrote: > > ??, 21 ???. 2020 ?. ? 14:29, Willy Tarreau : > > > > > On Sat, Mar 21, 2020 at 02:04:04PM +0500, ??? wrote: > > > > how do you call h2spec ? > > > > > > Like this (for

[PATCH] fix memory leak, issue 559

2020-03-21 Thread Илья Шипицин
Hello, I attached patch that fixes memory leak, described in #559 Cheers, Ilya Shipitcin From a52fad9b32959afc78b4e3086b4d3e17458d19b1 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 21 Mar 2020 19:21:10 +0500 Subject: [PATCH] BUG/MINOR: src/ssl_sock.c: free "find_chain" upon exit

Re: Understanding resolvers usage

2020-03-21 Thread Baptiste
On Fri, Mar 20, 2020 at 5:02 PM Veiko Kukk wrote: > Hi > > I'd like to have better understanding how server-template and resolvers > work together. HAproxy 1.9.14. > > Relevant sections from config: > > resolvers dns >accepted_payload_size 1232 >parse-resolv-conf >hold valid 90s >