Re: Allow to connect on a CLI during a soft-stop or a reload

2018-11-16 Thread William Lallemand
On Fri, Nov 16, 2018 at 05:07:41PM +0100, Willy Tarreau wrote: > On Fri, Nov 16, 2018 at 04:57:19PM +0100, William Lallemand wrote: > > This patch series allows you to connect to a leaving process from the > > master CLI, which might be convenient for debugging purpose :-) > > Now merged, thank

Re: Allow to connect on a CLI during a soft-stop or a reload

2018-11-16 Thread Willy Tarreau
On Fri, Nov 16, 2018 at 04:57:19PM +0100, William Lallemand wrote: > This patch series allows you to connect to a leaving process from the > master CLI, which might be convenient for debugging purpose :-) Now merged, thank you. However when I try it I get an error message indicating that it

Allow to connect on a CLI during a soft-stop or a reload

2018-11-16 Thread William Lallemand
This patch series allows you to connect to a leaving process from the master CLI, which might be convenient for debugging purpose :-)