commit | 562515cac175f4b89d02bf2a8a3a1db7fc593f29 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 25 08:11:52 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 25 08:11:52 2011 +0200 |
tree | 0f05f9ee2dcb755cd7716d78c59068ffc6d78779 | |
parent | f3f8c70bd6fec32d1077b120d3a934a8659b2029 [diff] |
[CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) Those states have been replaced with PR_STFULL and PR_STREADY respectively, as it is what matches them the best now. Also, two occurrences of PR_STIDLE in peers.c have been removed as this did not provide any form of error recovery anyway.