commit | 7d2a12662bec18e4a5b2b59c6174da07d2faa29f | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Aug 14 16:38:29 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 18 11:25:31 2017 +0200 |
tree | 362f4b03bcc51f2f9a915c7fc4ab229f31af62fd | |
parent | a644aa8e395a9955c19ac56c9dbcbbd49e2db30c [diff] |
MINOR: dns: ability to use a SRV resolution for multiple backends Current code implementation prevents multiple backends from relying on the same SRV resolution. Actually, only the first backend which triggers the resolution gets updated. This patch makes HAProxy to process the whole list of the 'curr' requesters to apply the changes everywhere (hence, the cache also applies to SRV records...)