[MEDIUM] pre-initialize timeouts to infinity, not zero
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Sep 2007 09:12:40 +0000 (11:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Oct 2007 07:32:11 +0000 (09:32 +0200)
commitfdd0f5568a2ada0e1698a8a2cf6431bae205cc06
treeb436a0ce32ac06f82f224a98292d9e15611dbf20
parent3d08953ce0ff4cc438a14642c0cfdf6040df3b80
[MEDIUM] pre-initialize timeouts to infinity, not zero

Since the timers have been changed, the timeouts for the default instance
have not been adjusted. This results in unspecified timeouts becoming zero
instead of infinite.
src/cfgparse.c