mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 17:32:48 +02:00
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...)