Re: [PATCH] REG-TEST: mailers: add new test for 'mailers' section

2019-01-07 Thread Willy Tarreau
Hi Pieter, On Mon, Jan 07, 2019 at 09:24:24PM +0100, PiBa-NL wrote: > For 1 part its always been broken (needing the short mailer timeout to send > all expected mails), for the other part, at least until 1.8.14 it used to > NOT send thousands of mails so that would be a regression in the current

Re: compression in defaults happens twice with 1.9.0

2019-01-07 Thread PiBa-NL
Hi Christopher, Op 7-1-2019 om 16:32 schreef Christopher Faulet: Le 06/01/2019 à 16:22, PiBa-NL a écrit : Hi List, Using both 1.9.0 and 2.0-dev0-909b9d8 compression happens twice when configured in defaults. This was noticed by user walle303 on IRC. Seems like a bug to me as 1.8.14 does not

Re: [PATCH] REG-TEST: mailers: add new test for 'mailers' section

2019-01-07 Thread PiBa-NL
Hi Willy, Op 7-1-2019 om 15:25 schreef Willy Tarreau: Hi Pieter, On Sun, Jan 06, 2019 at 04:38:21PM +0100, PiBa-NL wrote: The 23654 mails received for a failed server is a bit much.. I agree. I really don't know much how the mails work to be honest, as I have never used them. I remember that

RE: Send-proxy not modifying some traffic with proxy ip/port details instead retaining same client ip port

2019-01-07 Thread Mohandass, Roobesh
Hi Lukas, Provided patch we tried and that didn’t help. -Roobesh G M -Original Message- From: Mohandass, Roobesh Sent: Wednesday, December 26, 2018 6:45 PM To: lu...@ltri.eu Cc: haproxy Subject: RE: Send-proxy not modifying some traffic with proxy ip/port details instead retaining

Re: [PATCH] ssl certificates load speedup and dedup (pem/ctx)

2019-01-07 Thread Emeric Brun
Hi Manu, On 1/7/19 5:59 PM, Emmanuel Hocdet wrote: > It's better with patches… > >> Le 7 janv. 2019 à 17:57, Emmanuel Hocdet > > a écrit : >> >> Hi, >> >> Following the first patch series (included). >> The goal is to deduplicate common certificates in memory and in shared

Re: [PATCH] ssl certificates load speedup and dedup (pem/ctx)

2019-01-07 Thread Emmanuel Hocdet
It's better with patches…Le 7 janv. 2019 à 17:57, Emmanuel Hocdet a écrit :Hi,Following the first patch series (included).The goal is to deduplicate common certificates in memory and in shared pem files.PATCH 7/8 is only for boringssl (directive to dedup certificate in memory for

[PATCH] ssl certificates load speedup and dedup (pem/ctx)

2019-01-07 Thread Emmanuel Hocdet
Hi, Following the first patch series (included). The goal is to deduplicate common certificates in memory and in shared pem files. PATCH 7/8 is only for boringssl (directive to dedup certificate in memory for ctx) Last patch should be the more interesting: [PATCH 8/8] MINOR: ssl: add

Re: compression in defaults happens twice with 1.9.0

2019-01-07 Thread Christopher Faulet
Le 06/01/2019 à 16:22, PiBa-NL a écrit : Hi List, Using both 1.9.0 and 2.0-dev0-909b9d8 compression happens twice when configured in defaults. This was noticed by user walle303 on IRC. Seems like a bug to me as 1.8.14 does not show this behavior. Attached a little regtest that reproduces the

Re: [PATCH] REG-TEST: mailers: add new test for 'mailers' section

2019-01-07 Thread Willy Tarreau
Hi Pieter, On Sun, Jan 06, 2019 at 04:38:21PM +0100, PiBa-NL wrote: > Hi, > 2 weeks passed without reply, so a little hereby a little 'bump'.. I know > everyone has been busy, but would be nice to get test added or at least the > biggest issue of the 'mailbomb' fixed before next release. If its >

Re: Replicated stick tables have absurd values for conn_cur

2019-01-07 Thread Emerson Gomes
Hello Tim, Just to update you, I have tried the patch, and while I didnt see any new occurences of the underflow, HAProxy started to crash constantly... Jan 07 10:32:37 afrodite haproxy[14364]: [ALERT] 006/103237 (14364) : Current worker #1 (14366) exited with code 139 (Segmentation fault) Jan

Re: [RFC PATCH] couple of reg-tests

2019-01-07 Thread Frederic Lecaille
On 1/2/19 2:17 PM, Jarno Huuskonen wrote: Hello, Hello Jarno, Sorry for this late reply. I started playing with reg-tests and came up with couple of regtests. Is there a better subdirectory for these than http-rules ? Maybe map/b0.vtc and converter/h* ? No, at this time it is ok.

Re: [THANKS] Re: Deadlock lua when calling register_task inside action function

2019-01-07 Thread Willy Tarreau
On Mon, Jan 07, 2019 at 10:46:08AM +0100, Thierry Fournier wrote: > great ! > > Willy, could you apply the attached patch ? applied, thanks! Willy

Re: [PATCH] Re: Question re lua and tcp content

2019-01-07 Thread Willy Tarreau
On Sun, Jan 06, 2019 at 07:46:15PM +0100, Thierry Fournier wrote: > Hi, > > Thanks fir the bug report. It is fixed by attached patch. > > Willy, could you merge this patch ? Sure, now applied, thanks! Willy

[THANKS] Re: Deadlock lua when calling register_task inside action function

2019-01-07 Thread Thierry Fournier
great ! Willy, could you apply the attached patch ? thanks Thierry 0001-BUG-MEDIUM-dead-lock-when-Lua-tasks-are-trigerred.patch Description: Binary data > On 6 Jan 2019, at 19:11, Thierry Fournier > wrote: > > Hi, > > Thanks for the bug report. > Your "uneducated guess" was right. > >

Re: [PATCH] REGTEST: filters: add compression test

2019-01-07 Thread Frederic Lecaille
On 12/23/18 11:38 PM, PiBa-NL wrote: Added LUA requirement into the test.. Op 23-12-2018 om 23:05 schreef PiBa-NL: Hi Frederic, Hi Pieter, Sorry for this late reply. As requested hereby the regtest send for inclusion into the git repository. Without randomization and with your .diff