commit | f7a259d46f84ade7222debbce937d5d94bc568f4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 23 16:29:53 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 24 19:06:43 2019 +0100 |
tree | 7c69859972ae3125ca0f94ff9fb89aca215e8151 | |
parent | bf66bd1b8baf4e35d9be3655fe61eb6d017b0cfd [diff] |
MINOR: stream: don't wait before retrying after a failed connection reuse When a connection reuse fails, we must not wait before retrying, as most likely the issue is related to the reused connection and not to the server itself. This should be backported to 1.9, though it depends on previous patches dealing with SI_ST_CON for connection reuse.