stable-bot: WARNING: 56 bug fixes in queue for next release - 1.9

2019-06-29 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses t

stable-bot: WARNING: 20 bug fixes in queue for next release - 1.8

2019-06-29 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses t

[PATCH] CLEANUP: src/log.c: remove duplicate '!logline_rfc5424'

2019-06-29 Thread chipitsine
From: Ilya Shipitsin --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index ef999d13..7f966f19 100644 --- a/src/log.c +++ b/src/log.c @@ -1868,7 +1868,7 @@ int init_log_buffers() logheader_rfc5424_end = NULL; logline = my_rea

Re: Invalid blank line in master socket output when run in non-admin level

2019-06-29 Thread William Lallemand
Hi Daniel, On Fri, Jun 28, 2019 at 02:26:33PM -0700, Daniel MacDougall wrote: > *# At operator or user level, the output is preceded by an extra blank > line.* > > sudo haproxy -W -S /run/haproxy/master.sock,mode,666,level,*operator* -f > haproxy.cfg > > socat /run/haproxy/master.sock stdio > show