commit | 566df309c62e53abcd17e80dc9be03c6f8d39fcb | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Mar 06 18:18:56 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Mar 19 22:07:33 2020 +0100 |
tree | fd799c9367ef2b169e98d2a79eb5e1d4362b9812 | |
parent | d2489e00b040a181870338df64683b6f113cdbd2 [diff] |
MEDIUM: connections: Attempt to get idle connections from other threads. In connect_server(), if we no longer have any idle connections for the current thread, attempt to use the new "takeover" mux method to steal a connection from another thread. This should have no impact right now, given no mux implements it.