commit | 1cec83c754012a72200330b21ffcb9261fd59158 | [log] [tgz] |
---|---|---|
author | Willy TARREAU <willy@pcw.(none)> | Wed Mar 01 22:33:49 2006 +0100 |
committer | Willy TARREAU <willy@pcw.(none)> | Wed Mar 01 22:33:49 2006 +0100 |
tree | b044ba470135d1e58eea899c81c440eb95bda5a2 | |
parent | c9a643998f5aae7b8c35514ed9cf8b495a7f1228 [diff] |
* 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.