subscribe

2017-12-18 Thread Mike G
subscribe

Re: [PATCH] BUG/MEDIUM: mworker: Close log socket during a reload

2017-12-18 Thread Willy TARREAU
On Mon, Dec 18, 2017 at 03:00:15PM +0100, Christopher Faulet wrote: > This patch should fix the following bug reported on discourse: > https://discourse.haproxy.org/t/freeze-sockets-in-1-8-1-no-http-2/1912 > > I reproduced the bug described on discourse and my patch fixes it. But, > I will ask

Re: 1.8.1 backend stays 'DOWN' when dns resolvers and http health checks are used

2017-12-18 Thread Christopher Faulet
Le 16/12/2017 à 00:22, Holger Amann a écrit : Hi, when I use dns resolvers combined with http health checks, the backend either never goes to 'UP' when haproxy starts before the backend, or the backend stays 'DOWN' when it wasn't resolvable for a while. --> starting haproxy: [WARNING]

[PATCH] BUG/MEDIUM: mworker: Close log socket during a reload

2017-12-18 Thread Christopher Faulet
Hi Willy, This patch should fix the following bug reported on discourse: https://discourse.haproxy.org/t/freeze-sockets-in-1-8-1-no-http-2/1912 I reproduced the bug described on discourse and my patch fixes it. But, I will ask for confirmation to be sure it is the same bug. -- Christopher