commit | dfd35fd71ad9190a3d1f3c8358f335053b9834d8 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Jan 21 08:18:09 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 23 11:33:48 2019 +0200 |
tree | 4ccef303653ca4f834376b0b4de17da760419438 | |
parent | cd9b9bd3e47cb2814eaab6c07d1facf222f013a9 [diff] |
MINOR: dns: dns_requester structures are now in a memory pool dns_requester structure can be allocated at run time when servers get associated to DNS resolution (this happens when SRV records are used in conjunction with service discovery). Well, this memory allocation is safer if managed in an HAProxy pool, furthermore with upcoming HTTP action which can perform DNS resolution at runtime. This patch moves the memory management of the dns_requester structure into its own pool.