]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] now upon startup, haproxy will warn about missing timeouts.
authorWilly Tarreau <w@1wt.eu>
Sat, 8 Jul 2006 15:28:09 +0000 (17:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Jul 2006 14:22:41 +0000 (16:22 +0200)
commit2738a1494177b3fdf816113c909a68a3467efcc7
treec6b24e119e2b2c6e805d1cb3c7aa0eeb78c4d11c
parent791d66d3634dde12339d4294aff55a1aed7518e3
[MEDIUM] now upon startup, haproxy will warn about missing timeouts.

Too many problem reports were caused by missing timeouts. While
there has never been any default value since version 1.0, having
no timeout is abnormal in networked environments, and will lead
to various problems such as CLOSE_WAIT sockets accumulating and
nasty things like this. For this reason, it's better to annoy
the users until they fix their configs than letting them run
buggy configurations.
src/cfgparse.c