Assignment of Agreement(s) between The Gap, Inc., and its affiliates and HAPROXY and its affiliates

2019-12-11 Thread OldNavyContractsSeparation
Hello, As you may be aware, The Gap, Inc. (“Gap“), recently announced its plan to separate the Old Navy brand (“Old Navy”) into a separate publicly traded company (the “Transaction”). The Transaction is expected to take place in 2020. Further information around the Transaction can be obtained

[ANNOUNCE] haproxy-2.0.11

2019-12-11 Thread Willy Tarreau
Hi, HAProxy 2.0.11 was released on 2019/12/11. It added 38 new commits after version 2.0.10. So in order not to paraphrase myself too much, this version contains the same fixes as in 2.1.1. Nothing alarming at all, essentially bugs causing high CPU usage with threads that cannot sleep, a rare

[ANNOUNCE] haproxy-2.1.1

2019-12-11 Thread Willy Tarreau
Hi, HAProxy 2.1.1 was released on 2019/12/11. It added 43 new commits after version 2.1.0. Overall I must say I'm particularly happy about the positive effect of the long stabilization period prior to the final release. It's been slightly more than two weeks since 2.1.0 and we didn't have a

no log on http-keep-alive race

2019-12-11 Thread Michał Pasierb
Hello, I have situation where HAProxy receives a request but doesn't log it. I would like to know if this is desired behaviour or this is an actual bug. To replicate this issue: 1) create HAProxy config which doesn't disable http-keep-alive 2) on backend server set http-keep-alive timeout to a

BadREq

2019-12-11 Thread Marco Nietz
Hi, i'm running Haproxy 1.8.21 on a Debian 9 Box. We use stick-tables to track http-connections and http-error-rate and block clients (bots) that cause a high error-rate. But Today i recognize a lot of 400 / Bad Requests Error (~15/s) in the logs. The rate definitely exceeds the defined

Re: [PATCH] DOC: proxies: HAProxy only supports 3 connection modes

2019-12-11 Thread Willy Tarreau
On Wed, Dec 11, 2019 at 11:02:10AM +0100, Julien Pivotto wrote: > I meant the opposite :) > > Client <- close -> HAProxy <- keepalive -> Backend On the frontend side it's particularly rare to want to close considering the cost of establishing a new connection in terms of timing. We've continued

Re: Weird encryption errors with IIS

2019-12-11 Thread Aleksandar Lazic
Am 10.12.2019 um 00:47 schrieb NublaII Lists: What's in the haproxy log at this time? I was only logging errors at the time, and nothing showed up. Okay can you add 'option httplog' to the default block, this should create more valueable logs. Could this message hide dome overload

Re: [PATCH] DOC: proxies: HAProxy only supports 3 connection modes

2019-12-11 Thread Julien Pivotto
On 11 Dec 10:51, Willy Tarreau wrote: > On Wed, Dec 11, 2019 at 10:49:00AM +0100, Julien Pivotto wrote: > > On 11 Dec 10:19, Willy Tarreau wrote: > > > On Tue, Dec 10, 2019 at 01:11:17PM +0100, Julien Pivotto wrote: > > > > The 4th one (forceclose) has been deprecated and deleted from the > > > >

Re: [PATCH] DOC: proxies: HAProxy only supports 3 connection modes

2019-12-11 Thread Willy Tarreau
On Wed, Dec 11, 2019 at 10:49:00AM +0100, Julien Pivotto wrote: > On 11 Dec 10:19, Willy Tarreau wrote: > > On Tue, Dec 10, 2019 at 01:11:17PM +0100, Julien Pivotto wrote: > > > The 4th one (forceclose) has been deprecated and deleted from the > > > documentation in

Re: [PATCH] DOC: proxies: HAProxy only supports 3 connection modes

2019-12-11 Thread Julien Pivotto
On 11 Dec 10:19, Willy Tarreau wrote: > On Tue, Dec 10, 2019 at 01:11:17PM +0100, Julien Pivotto wrote: > > The 4th one (forceclose) has been deprecated and deleted from the > > documentation in 10c6c16cde0b0b473a1ab16e958a7d6b61ed36fc > > > > Signed-off-by: Julien Pivotto > (...) > > Applied,

Re: kernel panics after updating to 2.0

2019-12-11 Thread Willy Tarreau
On Fri, Dec 06, 2019 at 11:45:47AM +0100, Pavlos Parissis wrote: > On ?, 6 u? 2019 10:36:18 ?.?. CET Sander Hoentjen wrote: > > > > On 12/6/19 10:20 AM, Pavlos Parissis wrote: > > > On ?, 6 u? 2019 9:23:24 ?.?. CET Sander Hoentjen wrote: > > >> Hi list, > > >> > >

Re: [PATCH] DOC: proxies: HAProxy only supports 3 connection modes

2019-12-11 Thread Willy Tarreau
On Tue, Dec 10, 2019 at 01:11:17PM +0100, Julien Pivotto wrote: > The 4th one (forceclose) has been deprecated and deleted from the > documentation in 10c6c16cde0b0b473a1ab16e958a7d6b61ed36fc > > Signed-off-by: Julien Pivotto (...) Applied, thank you Julien. Willy

Re: Haproxy nbthreads + multi-threading lua?

2019-12-11 Thread Baptiste
On Mon, Dec 2, 2019 at 5:15 PM Dave Chiluk wrote: > Since 2.0 nbproc and nbthreads are now mutually exclusive, are there > any ways to make lua multi-threaded? > > One of our proxy's makes heavy use of lua scripting. I'm not sure if > this is still the case, but in earlier versions of HAProxy