commit | d8fecee291b9d5c9884bd1a4639dd1d0cdd56f1c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 05 14:12:31 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 06 11:14:20 2015 +0200 |
tree | 216f9dc877404116927f4676e727bee23bee5f18 | |
parent | 387ebf84dd3da1a1777d58b9331166d4680f8531 [diff] |
MINOR: config: add new setting "http-reuse" For now it only supports "never", meaning that we never want to reuse a shared connection, and "always", meaning that we can use any connection that was not marked private. When "never" is set, this also implies that no idle connection may become a shared one.