commit | 5d7f9ce83123ece0245994b6c07298c872111cc9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 24 18:54:11 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | 99cf922324d68e3cf38d214f6a66d0d33072b806 | |
parent | 9b3a932777456197a601feaf4cf8311ec20a68a7 [diff] |
MINOR: listeners: check the current listener earlier state in resume_listener() It's quite confusing to have the test on LI_READY very low in the function as it should be made much earlier. Just like with previous commit, let's do it when entering. The additional states, however (limited, full) continue to go through the whole function.