]> git.kaiwu.me - haproxy.git/commit
[BUG] reserve some pipes for backends with splice enabled
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 09:42:05 +0000 (10:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 09:42:05 +0000 (10:42 +0100)
commitafb4876778468106dc4766ab6101f1d25d60ab5a
tree65fe912d79031eee50ede1673d177c5092300090
parent5bd8c376ad60ae96ce58704a608359d5e7f6ed9c
[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.
src/haproxy.c