stable-bot: Bugfixes waiting for a release 2.1 (24), 2.0 (1)

2020-05-05 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

Re: [ANNOUNCE] haproxy-2.2-dev7

2020-05-05 Thread Willy Tarreau
Hi William, On Tue, May 05, 2020 at 11:57:47PM +0200, William Dauchy wrote: > > Christopher Faulet (136): > > MAJOR: checks: Implement HTTP check using tcp-check rules > > What is funny after this commit is that we wrongly relied on a config > which was written that way: > http-check

Re: [ANNOUNCE] haproxy-2.2-dev7

2020-05-05 Thread William Dauchy
Hello, Thank you for this release update! On Tue, May 5, 2020 at 11:46 PM Willy Tarreau wrote: > HAProxy 2.2-dev7 was released on 2020/05/05. It added 205 new commits > after version 2.2-dev6. > > The most visible changes in this version is the rework of the health checks > that was started by

[ANNOUNCE] haproxy-2.2-dev7

2020-05-05 Thread Willy Tarreau
Hi, HAProxy 2.2-dev7 was released on 2020/05/05. It added 205 new commits after version 2.2-dev6. The most visible changes in this version is the rework of the health checks that was started by Gaëtan and completed by Christopher. I'll certainly say a number of stupidities about all this so I

Distance Learning Package: Bid Writing

2020-05-05 Thread NFP Workshops
NFP WORKSHOPS 18 Blake Street, York YO1 8QG Affordable Training Courses for Charities, Schools & Public Sector Organisations This email has been sent to haproxy@formilux.org CLICK TO UNSUBSCRIBE FROM LIST Alternatively send a blank e-mail to unsubscr...@nfpmail1902.co.uk quoting

Re: Question about connection settings proto fcgi check maxconn 9 minconn 5 maxqueue 0

2020-05-05 Thread Tim Düsterhus
Christopher, Aleks, Am 04.05.20 um 11:28 schrieb Christopher Faulet: > Le 03/05/2020 à 09:52, Aleksandar Lazic a écrit : >> >> My php-fpm have the following settings. >> >> ``` >> pm = dynamic >> pm.max_children = 10 >> pm.min_spare_servers = 4 >> pm.start_servers = 5 >> pm.max_spare_servers = 6

Re: [PATCH] MINOR: lua: allow changing port with set_addr

2020-05-05 Thread Christopher Faulet
Merged. Thanks ! -- Christopher