]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* a never ending connect() could lead to a fast select() loop if
authorWilly TARREAU <willy@pcw.(none)>
Wed, 1 Mar 2006 21:33:49 +0000 (22:33 +0100)
committerWilly TARREAU <willy@pcw.(none)>
Wed, 1 Mar 2006 21:33:49 +0000 (22:33 +0100)
commit1cec83c754012a72200330b21ffcb9261fd59158
treeb044ba470135d1e58eea899c81c440eb95bda5a2
parentc9a643998f5aae7b8c35514ed9cf8b495a7f1228
* a never ending connect() could lead to a fast select() loop if
  its timeout times the number of retransmits exceeded the server
  read or write timeout, because the later was used to compute
  select()'s timeout while the connection timeout was not reached.
haproxy.c