Re: [PATCH] BUG/MINOR: fix maxaccept computation according to the frontend process range

2016-04-14 Thread Willy Tarreau
On Fri, Apr 15, 2016 at 07:58:43AM +0200, Cyril Bonté wrote: > commit 7c0ffd23 is only considering the explicit use of the "process" keyword > on the listeners. But at this step, if it's not defined in the configuration, > the listener bind_proc mask is set to 0. As a result, the code will compute

[PATCH] BUG/MINOR: fix maxaccept computation according to the frontend process range

2016-04-14 Thread Cyril Bonté
commit 7c0ffd23 is only considering the explicit use of the "process" keyword on the listeners. But at this step, if it's not defined in the configuration, the listener bind_proc mask is set to 0. As a result, the code will compute the maxaccept value based on only 1 process, which is not always tr