commit | 2f05bcd8bdcc168b3ceece31d91576afdc4bac64 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 08 11:26:08 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 08 12:14:49 2014 +0100 |
tree | 23921e61e7ad359a09d7f1af28a5f20f801c7c75 | |
parent | 1e89acb6be9ba6400fe4defd3b6b2cc94c6667d9 [diff] |
BUG/MINOR: tcp-check: don't condition data polling on check type tcp_check_main() would condition the polling for writes on check->type, but this is absurd given that check->type == PR_O2_TCPCHK_CHK since this is the only way we can get there! This patch removes this confusing test. (cherry picked from commit e7b9ed33ee7306c1f9fd276bb5e683befab06e82)