commit | 449d74a9063797c57d39fe95ddee87697e0a2c35 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 05 17:16:33 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 06 16:29:01 2015 +0200 |
tree | 329d1cc4fb7935c38741d732bc5896a4f51a7317 | |
parent | 7017cb040c398461c186dfd10d9a8a9e85a0fb2d [diff] |
MEDIUM: backend: add the "http-reuse aggressive" strategy This strategy is less extreme than "always", it only dispatches first requests to validated reused connections, and moves a connection from the idle list to the safe list once it has seen a second request, thus proving that it could be reused.