]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: Use a dedicated function to look for a session's connection
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Jul 2020 14:36:51 +0000 (16:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Jul 2020 12:08:14 +0000 (14:08 +0200)
commitfcc3d8a1c082f818c0ceaff9fc8aeef27126faae
tree8bba5dd57f60fe2019275b496dcc7111c82c020b
parent08016ab82d51b4e0dcc891b860d70fed25392129
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.
include/haproxy/session.h
src/backend.c