commit | 96532db9237419b69008bb85c1e557374014420b | [log] [tgz] |
---|---|---|
author | Alex Williams <alex@alexwilliams.ca> | Sun Nov 01 21:27:13 2009 -0500 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 02 11:08:00 2009 +0100 |
tree | b1e23a88564aed1ff12527c4162763cde99297ac | |
parent | 4c84822d974fe4f7b5e6f7bd1c3940e472646d20 [diff] |
[MINOR] server tracking: don't care about the tracked server's mode Right now, an HTTP server cannot track a TCP server and vice-versa. This patch enables proxy tracking without relying on the proxy's mode (tcp/http/health). It only requires a matching proxy name to exist. The original function was renamed to findproxy_mode().