commit | 33a14e515bdbb02d8193bd870f3b659243a851f9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 13 17:49:40 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 13 17:53:55 2014 +0200 |
tree | 6b1b84f7d77e9021270f6edc5c51591de9f55721 | |
parent | db6d012270be8184a287aabc7f670e209b243aa6 [diff] |
MEDIUM: session: redispatch earlier when possible As discussed with Dmitry Sivachenko, is a server farm has more than one active server, uses a guaranteed non-determinist algorithm (round robin), and a connection was initiated from a non-persistent connection, there's no point insisting to reconnect to the same server after a connect failure, better redispatch upon the very first retry instead of insisting on the same server multiple times.