commit | afb4876778468106dc4766ab6101f1d25d60ab5a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 25 10:42:05 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 25 10:42:05 2009 +0100 |
tree | 65fe912d79031eee50ede1673d177c5092300090 | |
parent | 5bd8c376ad60ae96ce58704a608359d5e7f6ed9c [diff] |
[BUG] reserve some pipes for backends with splice enabled If splicing is enabled in a backend, we need to guess how many pipes will be needed. We used to rely on fullconn, but this leads to non-working splicing when fullconn is not specified. So we now fallback to global.maxconn.