]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: peers: the listener's maxaccept was not set and caused loops
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 19:08:09 +0000 (20:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 19:21:37 +0000 (20:21 +0100)
commitca57de3e7b5ea23e9e1ec51cb33637334196b52f
tree4950952d6614ee5c9b5f11d2214ea6ca0cf13c86
parentcfd97c6f043fb64980529a0ce26b10fecd0e8fe2
BUG/MAJOR: peers: the listener's maxaccept was not set and caused loops

Recent commit 16a214 to move the maxaccept parameter to listeners didn't
set it on the peers' listeners, resulting in the value zero being used
there. This caused a busy loop for each peers section, because no incoming
connection could be accepted.

Thanks to HervĂ© Commowick for reporting this issue.
src/cfgparse.c