]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] connect timeout is in the stream interface, not the buffer
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Mar 2009 20:49:00 +0000 (21:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Mar 2009 20:49:00 +0000 (21:49 +0100)
commita3780f2db86815fbc802d94cc46e206c907312ff
tree2bcf955091a933e1682fa5c3a881c78a48bfaec0
parent5af24efee92713d89c7a8a7e47c864129514294f
[BUG] connect timeout is in the stream interface, not the buffer

The connect timeout was not properly detected due to the fact that
it was not correctly initialized. It must be set as the stream interface
timeout, not the buffer's write timeout.
src/backend.c