Re: [PATCH] MEDIUM: cli: Add multi-line mode support

2018-04-19 Thread Willy Tarreau
Hi Aurélien, On Wed, Apr 18, 2018 at 09:36:14AM +0200, Aurélien Nephtali wrote: > > My worries come from your example above which splits the "set server" > > command and some of you comments which seem to imply that the arguments > > are looked up in the payload part. > > Well, they are looked

Question about haproxy logs

2018-04-19 Thread rainer
Hi, I have lines like these: Apr 19 09:32:03 lb-prod haproxy[16717]: 127.0.0.1:50898 [19/Apr/2018:09:32:03.174] srv-pub-front-ssl srv-pub-back-ssl/WINSRV 0/0/0/36/290 500 284 - - --VN 3/1/0/1/0 0/0 "POST /SaveStatistics HTTP/1.1" Does that mean that the backend-server (WINSRV) replied

Re: Haproxy 1.8 with OpenSSL 1.1.1-pre4 stops working after 1 hour

2018-04-19 Thread Sander Hoentjen
Hi Lucas, On 04/17/2018 04:27 PM, Lukas Tribus wrote: > Hello Sander, > > > On 16 April 2018 at 10:55, Sander Hoentjen wrote: >> Reading my email again it looks like somehow I messed up part of it, >> retrying: >> >> Hi all, >> >> I built Haproxy (1.8.7) against openssl

Re: Question about haproxy logs

2018-04-19 Thread Arnall
Le 19/04/2018 à 09:35, rai...@ultra-secure.de a écrit : Hi, I have lines like these: Apr 19 09:32:03 lb-prod haproxy[16717]: 127.0.0.1:50898 [19/Apr/2018:09:32:03.174] srv-pub-front-ssl srv-pub-back-ssl/WINSRV 0/0/0/36/290 500 284 - - --VN 3/1/0/1/0 0/0 "POST /SaveStatistics HTTP/1.1"

Re: multithreading issuse in haproxy 1.8.5

2018-04-19 Thread Slawa Olhovchenkov
On Mon, Mar 26, 2018 at 05:33:47PM +0200, Willy Tarreau wrote: > > red line is 'sys' cpu time > > green line is 'user' cpu time > > This is very useful, thank you. I'm seeing overall that when you're on > 1.7.10+kqueue and 1.8.5+poll the overall %user is the same. However > it's the system which

Re: [PATCH] BUG/MINOR: pattern: Add a missing HA_SPIN_INIT()

2018-04-19 Thread Willy Tarreau
On Thu, Apr 19, 2018 at 05:14:27PM +0200, Aurélien Nephtali wrote: > Hello, > > Here is a small patch to add a missing spinlock init. Looks good and merged. Thank you Aurélien. Willy

[ANNOUNCE] haproxy-1.8.8

2018-04-19 Thread Willy Tarreau
Hi, HAProxy 1.8.8 was released on 2018/04/19. It added 8 new commits after version 1.8.7. The most important one fixes a vulnerability in the HTTP/2 frame parser which can be used to remotely crash the process. Code execution is extremely unlikely to happen given that buffer allocation from

Re: multithreading issuse in haproxy 1.8.5

2018-04-19 Thread Lukas Tribus
Hello, On 19 April 2018 at 14:31, Slawa Olhovchenkov wrote: >> This is very useful, thank you. I'm seeing overall that when you're on >> 1.7.10+kqueue and 1.8.5+poll the overall %user is the same. However >> it's the system which makes a huge difference there (to be expected >>

[PATCH] BUG/MINOR: pattern: Add a missing HA_SPIN_INIT()

2018-04-19 Thread Aurélien Nephtali
Hello, Here is a small patch to add a missing spinlock init. Thanks. -- Aurélien Nephtali 0001-BUG-MINOR-pattern-Add-a-missing-HA_SPIN_INIT-in-pat_.patch Description: Binary data

Re: [PATCH] BUG/MINOR: lua: Socket.send causing 'close' needs 1 arguments.

2018-04-19 Thread Sadasiva Gujarlapudi
Hi, Did you get a chance to review the patch. Thanks, Sada. On Fri, Apr 13, 2018 at 4:56 PM, sada wrote: > --- > src/hlua.c | 14 ++ > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/src/hlua.c b/src/hlua.c > index 60cf8f94..0585a1e7

Re: [PATCH] MEDIUM: cli: Add multi-line mode support

2018-04-19 Thread Aurélien Nephtali
Hello Willy, On Thu, Apr 19, 2018 at 8:51 AM, Willy Tarreau wrote: > Hoping this helps, Yes, I hope it does too. I guess I was sent off-track by the will to make something very flexible (at least in my mind) despite your multiple good examples, sorry about that. Anyway, here are