Re: corruption of data with compression in 1.9-dev10

2018-12-13 Thread Christopher Faulet
Le 12/12/2018 à 20:43, PiBa-NL a écrit : Hi Christopher, Op 12-12-2018 om 13:49 schreef Christopher Faulet: Le 12/12/2018 à 12:07, Pi Ba a écrit : Found the issue on the 10th (I think commit 56b0348).. so yesterday's commit isn't the (only) problem.. tested with commit 0007d0a the issue also h

redirect question

2018-12-13 Thread Sevan Gelici
Hello, Could someone help me with a problem? I want to use haproxy but cannot get one part working. All traffic need to pass proxy but one folder needs to be mask ip only. I try to explain by examples So lets say proxy http://111.111.111.111:8000 everything what requests here goes to orginal ho

[PATCH 5/5] REGTEST: Add miscellaneous reg tests for health-checks.

2018-12-13 Thread flecaille
From: Frédéric Lécaille Signed-off-by: Frédéric Lécaille --- reg-tests/checks/s3.vtc | 95 + 1 file changed, 95 insertions(+) create mode 100644 reg-tests/checks/s3.vtc diff --git a/reg-tests/checks/s3.vtc b/reg-tests/checks/s3.vtc n

[PATCH 3/5] REGTEST: Reg test for "check" health-check option.

2018-12-13 Thread flecaille
From: Frédéric Lécaille Signed-off-by: Frédéric Lécaille --- reg-tests/checks/s1.vtc | 114 1 file changed, 114 insertions(+) create mode 100644 reg-tests/checks/s1.vtc diff --git a/reg-tests/checks/s1.vtc b/reg-tests/checks/s1.vtc

[PATCH 2/5] REGTEST: Add a first test for health-checks.

2018-12-13 Thread flecaille
From: Frédéric Lécaille Signed-off-by: Frédéric Lécaille --- reg-tests/checks/s0.vtc | 207 1 file changed, 207 insertions(+) create mode 100644 reg-tests/checks/s0.vtc diff --git a/reg-tests/checks/s0.vtc b/reg-tests/checks/s0.vtc

[PATCH 1/5] REGTEST: Reg testing improvements.

2018-12-13 Thread flecaille
From: Frédéric Lécaille Add a new target to the Makefile named "reg-tests-help" to have an idea about how to run the reg tests from haproxy Makefile. Handle list of levels and lists of level range passed to make with LEVEL variable. New supported syntax: LEVEL=1,4 make reg-tests LEVE

[PATCH 4/5] REGTEST: level 1 health-check test 2.

2018-12-13 Thread flecaille
From: Frédéric Lécaille With this test we check that the health-checks do not consume any connection on the backend side. Signed-off-by: Frédéric Lécaille --- reg-tests/checks/s2.vtc | 677 1 file changed, 677 insertions(+) create mode 100644 r

[PATCH] ssl: Fix compilation without deprecated OpenSSL 1.1 APIs

2018-12-13 Thread Rosen Penev
Signed-off-by: Rosen Penev --- src/ssl_sock.c | 34 +- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/src/ssl_sock.c b/src/ssl_sock.c index 5fd4f4e9..2df05559 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -39,6 +39,7 @@ #include #include

Re: redirect question

2018-12-13 Thread Igor Cicimov
On Thu, Dec 13, 2018 at 10:18 PM Sevan Gelici wrote: > Hello, > > Could someone help me with a problem? I want to use haproxy but cannot get > one part working. All traffic need to pass proxy but one folder needs to be > mask ip only. > > I try to explain by examples > > So lets say > proxy http:

Re: [PATCH] ssl: Fix compilation without deprecated OpenSSL 1.1 APIs

2018-12-13 Thread Willy Tarreau
Hello, On Thu, Dec 13, 2018 at 02:20:06PM -0800, Rosen Penev wrote: > Signed-off-by: Rosen Penev Could you please provide a real commit message explaining what is the problem you're trying to solve, how it manifests itself, and in what condition it was tested as appropriate ? In addition, do yo

Re: [PATCH 1/5] REGTEST: Reg testing improvements.

2018-12-13 Thread Willy Tarreau
On Thu, Dec 13, 2018 at 10:15:05PM +0100, flecai...@haproxy.com wrote: > From: Frédéric Lécaille > > Add a new target to the Makefile named "reg-tests-help" to have an idea > about how to run the reg tests from haproxy Makefile. > Handle list of levels and lists of level range passed to make with

Re: [PATCH] BUG/MEDIUM: Expose all converters & fetches

2018-12-13 Thread Robin H. Johnson
On Fri, Dec 07, 2018 at 01:14:47PM +0100, Willy Tarreau wrote: > I had a quick look, some converters use check_operator() which creates > a variable upon each invocation of the parsing function. Some people > might inadvertently get caught by using these ones to look up cookie > values or session i