Re: RFC uuid for log-format

2019-09-12 Thread Schimweg, Luca
Hey Willy, thanks so much! Best regards Luca On 13.09.19, 04:48, "Willy Tarreau" wrote: Hi Luca, On Wed, Sep 11, 2019 at 10:31:27AM +, Schimweg, Luca wrote: > Hey Tim, > > Thanks, I missed the empty line. Fixed it > Yeah, the email is correct. There is no

HAproxy Installation in AIX 6.1 and above

2019-09-12 Thread Jaiswal, Vivek
Hello HAProxy, We at our company wants to install HAProxy latest stable 2.0 . We are using AIX 6.1 (in dev) and above(AIX 7.2 in prod) Operating system. We are facing issue and no documents to install HAProxy in AIX. Can someone help us with the installation procedure and if possible the

Re: [PATCH]: MEDIUM: enabling threads on osx

2019-09-12 Thread David CARLIER
Hi ok fair points I forgot the haproxy's policy for more targeted changes :-). For the the thread_info it is both, as it is a pointer type in macOS. Here 3 patchset. Regards. On Fri, 13 Sep 2019 at 04:03, Willy Tarreau wrote: > > Hi David, > > On Sun, Sep 08, 2019 at 04:48:54PM +0100, David

[RFC] MINOR: attempt to insert into priority queue when full

2019-09-12 Thread Patrick Hemmer
This is a draft patch which essentially allows a high priority request to replace a low priority request when the queue is full. Currently if a high priority request comes along, and the destination queue is full, the request gets rejected (or redispatched if possible). This change allows

Re: [PATCH]: MEDIUM: enabling threads on osx

2019-09-12 Thread Willy Tarreau
On Fri, Sep 13, 2019 at 05:03:34AM +0200, Willy Tarreau wrote: > - enable USE_CPU_AFFINITY for OSX. Please try to improve your change > using "#if defined(__APPLE__)" instead of "#if !defined(__APPLE__)" > as the construct looks quite confusing with nested #ifs. On this last point, if

Re: [PATCH]: MEDIUM: enabling threads on osx

2019-09-12 Thread Willy Tarreau
Hi David, On Sun, Sep 08, 2019 at 04:48:54PM +0100, David CARLIER wrote: > Hi, > > Another little patch for improving osx support. Well, you should split your patch as it does at least 3 different things: - rename thread_info to ha_thread_info (it's not even clear if it's the type or the

Re: Linux Builds broken on Travis CI

2019-09-12 Thread Willy Tarreau
Hi Tim, On Fri, Sep 06, 2019 at 04:30:24PM +0200, Tim Düsterhus wrote: > Dear List > > something between 02bac85bee664976f6dcecc424864e9fb99975be and > f909c91e8a739b9ef7409b399259201fe883771c broke all the Linux builds on > Travis CI: > > - 41 reg tests fail with a timeout > - 3 reg tests pass

Re: RFC uuid for log-format

2019-09-12 Thread Willy Tarreau
Hi Luca, On Wed, Sep 11, 2019 at 10:31:27AM +, Schimweg, Luca wrote: > Hey Tim, > > Thanks, I missed the empty line. Fixed it > Yeah, the email is correct. There is no github.com account associated with > this email, so I'll use my private email to commit, which has a github.com > account.

Re: 2.0 regression? Control socket and ACL patterns with spaces

2019-09-12 Thread Willy Tarreau
On Thu, Sep 12, 2019 at 10:14:40AM +0200, Conrad Hoffmann wrote: > That's great to hear! I trust your judgement there, and it would > probably be the cleaner solution (as it re-enables the previous > behavior), but I'll just mention that I'd be perfectly fine with using > the payload syntax if

Re: [PATCH] MINOR: connection: add "set-authority" and "authority" sample fetch

2019-09-12 Thread Emmanuel Hocdet
patch update with bug fix > Le 10 sept. 2019 à 14:19, Emmanuel Hocdet a écrit : > > > Hi, > > Included, my first proposal for « set-authority » action, to set > custom "authority" sample fetch. > > Use case could be to use « sni authority » in server line. > For "proxy-v2-options

Re: Upgrading from 1.7 to 2.0 causes connection spam

2019-09-12 Thread Willy Tarreau
On Thu, Sep 12, 2019 at 11:45:00AM +0200, Elias Abacioglu wrote: > Alright, thanks Willy and Lukas! > > But I wonder why the build-up of connections is between our haproxy-no-tls > and haproxy-tls and not the "real" backends. The communication between > haproxy-no-tls and haproxy-tls is "mode

Re: Upgrading from 1.7 to 2.0 causes connection spam

2019-09-12 Thread Elias Abacioglu
Alright, thanks Willy and Lukas! But I wonder why the build-up of connections is between our haproxy-no-tls and haproxy-tls and not the "real" backends. The communication between haproxy-no-tls and haproxy-tls is "mode tcp" and "http-reuse never" and since it's mode tcp, it shouldn't really use

Re: 2.0 regression? Control socket and ACL patterns with spaces

2019-09-12 Thread Conrad Hoffmann
Hi, On Thu, 2019-09-12 at 08:12 +0200, Willy Tarreau wrote: > Hi Conrad, > > On Wed, Sep 11, 2019 at 04:53:18PM +0200, Conrad Hoffmann wrote: > > Hey again, > > > > sorry for reviving an old(ish) thread, but I would love to get some > > kind of feedback, even if it's just that this will stay

QUIC draft 23 docs are out

2019-09-12 Thread Aleksandar Lazic
Hi. Lucas Pardue have shared the info via twitter, jfyi. Transport - https://tools.ietf.org/html/draft-ietf-quic-transport-23 TLS - https://tools.ietf.org/html/draft-ietf-quic-tls-23 Recovery - https://tools.ietf.org/html/draft-ietf-quic-recovery-23 Version-Independent -

Re: 2.0 regression? Control socket and ACL patterns with spaces

2019-09-12 Thread Willy Tarreau
Hi Conrad, On Wed, Sep 11, 2019 at 04:53:18PM +0200, Conrad Hoffmann wrote: > Hey again, > > sorry for reviving an old(ish) thread, but I would love to get some > kind of feedback, even if it's just that this will stay this way and I > need to deal with it. > > I also tried with the payload

Re: Upgrading from 1.7 to 2.0 causes connection spam

2019-09-12 Thread Willy Tarreau
Hi guys, On Wed, Sep 11, 2019 at 09:28:23PM +0200, Lukas Tribus wrote: > Hello Elias, > > On Wed, Sep 11, 2019 at 11:52 AM Elias Abacioglu > wrote: > > So we do zero config changes, upgrade haproxy to 2.0.x + restart haproxy > > and like a minute or so then it runs out of resources. > > Each