commit | 00cf70f28b2bce857d9d262dd373c7e6bac8b27a | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Nov 30 17:24:55 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 10:47:18 2018 +0100 |
tree | c2b1417f1e11d82c105e0d0b9e27f8b645de59c2 | |
parent | 93c88525727f8234eefaeee73ecb71ddb40d7f5c [diff] |
MAJOR: sessions: Store multiple outgoing connections in the session. Instead of just storing the last connection in the session, store all of the connections, for at most MAX_SRV_LIST (currently 5) targets. That way we can do keepalive on more than 1 outgoing connection when the client uses HTTP/2.