]> git.kaiwu.me - haproxy.git/commit
* The 'retries' option was not used because the connect() could not return
authorwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:37:12 +0000 (01:37 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:37:12 +0000 (01:37 +0100)
commit48b06594b9a67b6e9a11802261cace0f3efb7223
tree1d7d31916fa4916cd131430144a89e6cc341d2ee
parenta56eca75f5f9e8d90b3002e62cef6155706b3a1d
* The 'retries' option was not used because the connect() could not return
  an error if the connection was refused before the the timeout. So the
  client was sent to the server anyway and then got its connection broken
  because of the write error. This is not a real problem with persistence,
  but it definitely is for new clients. This stupid bug must have been
  present for years !
haproxy.c