Re[4]: How to parse custom PROXY protocol v2 header for custom routing in HAProxy configuration?

2018-01-22 Thread Aleksandar Lazic
Hi. Have anyone a Idea how haproxy can handle the custom TLV in the proxy protocol v2 Best regards Aleks -- Originalnachricht -- Von: "Aleksandar Lazic" An: haproxy@formilux.org Gesendet: 17.01.2018 20:49:58 Betreff: Re[3]: How to parse custom PROXY protocol v2

Re: Warnings when using dynamic cookies and server-template

2018-01-22 Thread William Dauchy
Hello Olivier, On Wed, Jan 17, 2018 at 05:43:02PM +0100, Olivier Houchard wrote: > Ok you got me convinced, the attached patch don't check for duplicate > cookies for disabled server, until we enable them. I took the time to test it on top of 1.8.x and it works as expected, removing the

tune.h2.initial-window-size not applied to connection windows

2018-01-22 Thread klzgrad
Hi, I was testing Chromium uploading to HAProxy and found the upload was quickly stalled. I tried to set tune.h2.initial-window-size larger but it was not effective. Wireshark confirmed SETTINGS_INITIAL_WINDOW_SIZE frames were being sent as expected, but Chromium's net log showed the connection

Re: Re[4]: How to parse custom PROXY protocol v2 header for custom routing in HAProxy configuration?

2018-01-22 Thread Cyril Bonté
Hi, - Mail original - > De: "Aleksandar Lazic" > À: haproxy@formilux.org > Envoyé: Lundi 22 Janvier 2018 13:34:33 > Objet: Re[4]: How to parse custom PROXY protocol v2 header for custom routing > in HAProxy configuration? > > Hi. > > Have anyone a Idea how haproxy

Difference between variables and sample fetches?

2018-01-22 Thread Tim Düsterhus
Hi what are the differences between variables and sample fetches? Some values can be retrieved using both. For example the src IP address can be retrieved using both `%ci` as well as `%[src]`. One difference I noticed is that I don't think I am able to use converters (e.g. ipmask) for variables

Re: [BUG] 100% cpu on each threads

2018-01-22 Thread Willy Tarreau
Hi Marc, On Mon, Jan 22, 2018 at 03:18:20PM +0100, Marc Fournier wrote: > Cyril Bonté writes: > > Hello, > > > Im' not sure you saw Samuel Reed's mail. > > He reported a similar issue some hours ago (High load average under > > 1.8 with multiple draining processes). It

Re: [BUG] 100% cpu on each threads

2018-01-22 Thread Willy Tarreau
On Mon, Jan 22, 2018 at 05:47:55PM +0100, Willy Tarreau wrote: > > strace: Process 12166 attached > > [pid 12166] set_robust_list(0x7ff9bc9aa9e0, 24 > > [pid 12166] <... set_robust_list resumed> ) = 0 > > [pid 12166] gettimeofday({1516289044, 684014}, NULL) = 0 > > [pid 12166] mmap(NULL,

Re: [PATCH] BUILD/SMALL Fixed build on macOS with lua

2018-01-22 Thread Kirill A. Korinsky
Hey, Sorry for long response. Your way much better. I will prepare a patch ASAP. -- wbr, Kirill > On 4 Jan 2018, at 19:24, Thierry Fournier wrote: > > >> On 4 Jan 2018, at 15:16, Kirill A. Korinsky wrote: >> >> Honestly, I didn't. >> >> If I

Re: [BUG] 100% cpu on each threads

2018-01-22 Thread Marc Fournier
Cyril Bonté writes: Hello, > Im' not sure you saw Samuel Reed's mail. > He reported a similar issue some hours ago (High load average under > 1.8 with multiple draining processes). It would be interesting to find > a common configuration to reproduce the issue, so I add him