commit | 6ac98ac1bee3b59602dfd155b821cfd0489bfc3e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 06 11:48:44 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 06 11:48:44 2018 +0200 |
tree | cedf97c4d46427e29a3635b05f29b7794b435579 | |
parent | be373150c7f90fc69ccd110ed38eadb6ca0735f3 [diff] |
MINOR: connection: add new function conn_get_proxy() This function returns the proxy associated to a connection. For front connections it returns the frontend, and for back connections it returns the backend. This will be used to retrieve some configuration parameters from within a mux.