commit | fcc3d8a1c082f818c0ceaff9fc8aeef27126faae | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 01 16:36:51 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 15 14:08:14 2020 +0200 |
tree | 8bba5dd57f60fe2019275b496dcc7111c82c020b | |
parent | 08016ab82d51b4e0dcc891b860d70fed25392129 [diff] |
MINOR: connection: Use a dedicated function to look for a session's connection The session_get_conn() must now be used to look for an available connection matching a specific target for a given session. This simplifies a bit the connect_server() function.