haproxy/include
Willy Tarreau 5a78f36db3 MAJOR: checks: rework completely bogus state machine
The porting of checks to using connections was totally bogus. Some checks
were considered successful as soon as the connection was established,
regardless of any response. Some errors would be triggered upon recv
if polling was enabled for send or if the send channel was shut down.

Now the behaviour is much better. It would be cleaner to perform the
fd_delete() in wake_srv_chk() and to process failures and timeouts
separately, but this is already a good start.
2012-11-23 12:47:05 +01:00
..
common MINOR: standard: add a simple popcount function 2012-11-19 12:12:24 +01:00
import
proto MINOR: http: add some debugging functions to pretty-print msg state names 2012-11-21 21:50:04 +01:00
types MAJOR: checks: rework completely bogus state machine 2012-11-23 12:47:05 +01:00