Files
haproxy/haproxy.c
willy tarreau a4a583ac05 * TCP health-checks don't detect a connection refused with poll/epoll
because event_srv_chk_r() is called before _w() and flushes the socket
  error. The result is that the server remains UP. The problem only
  affects pure TCP health-checks when select() is disabled. You may
  encounter this on SSL or SMTP proxies.
2005-12-18 01:39:19 +01:00

250 KiB