commit | 50de90a228ec377da8c318c2c0d2bf254f673e95 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 23 20:11:45 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 23 20:22:10 2012 +0100 |
tree | 4ebd3f30f4bc61c528328d15d190745f1cb26daa | |
parent | ca57de3e7b5ea23e9e1ec51cb33637334196b52f [diff] |
MINOR: listeners: make the accept loop more robust when maxaccept==0 If some listeners are mistakenly configured with 0 as the maxaccept value, then we now consider them as limited to one accept() at a time. This will avoid some issues as fixed by the past commit.