BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Mar 2021 10:21:04 +0000 (11:21 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Mar 2021 10:31:36 +0000 (11:31 +0100)
commitd31f6942249989e415bf9524ae2835180a32bbad
tree45f9ea06272a32230c4821bbef4f245fdbaff385
parent27c8d7a5321ba0a091da5e0dc56911135c24d8a3
BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames

DNS hostname comparisons were fixed to be case-insensitive (see b17b88487
"BUG/MEDIUM: dns: Consider the fact that dns answers are
case-insensitive"). However 2 comparisons are still case-sensitive.

This patch must be backported as far as 1.8.

(cherry picked from commit 59b29257338f8e7fb6def6bddda45d08651ffe1c)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/server.c