commit | 263013d031d754c9f96de0d0cb5afcc011af6441 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 13 11:59:14 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 13 12:30:46 2015 +0200 |
tree | 324ce08336810224297c75db0ec21e0ef3e516a3 | |
parent | 53c5a049e1f4dbf67412472e23690dc6b3c8d0f8 [diff] |
CLEANUP: checks: simplify the loop processing of tcp-checks There is some unobvious redundancy between the various ways we can leave the loop. Some of them can be factored out. So now we leave the loop when we can't go further, whether it's caused by reaching the end of the rules or by a blocking I/O.