commit | a17c91b37f9cf421366e5fbda504981916457721 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 24 07:44:34 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | ffee7380c43f7366c8523d9a306cf133d5f39f24 | |
parent | 6b3bf733dd74d029e4c0dac7dd387f3aaaa8ef5f [diff] |
MEDIUM: proxy: remove the PR_STERROR state This state is only set when a pause() fails but isn't even set when a resume() fails. And we cannot recover from this state. Instead, let's just count remaining ready listeners to decide to emit an error or not. It's more accurate and will better support new attempts if needed.