commit | 161d45ffc72b2f6574094c26c220367fd83fc851 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 05 16:02:46 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 06 11:50:53 2015 +0200 |
tree | 6642d2149b734e9edc76bada9dcafc8cdda90b58 | |
parent | efb90f9dd3c8ac51ad41122ed8bfb3cb99f994dd [diff] |
MEDIUM: backend: implement "http-reuse safe" The "safe" mode consists in picking existing connections only when processing a request that's not the first one from a connection. This ensures that in case where the server finally times out and closes, the client can decide to replay idempotent requests.