BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically
authorBaptiste Assmann <bedis9@gmail.com>
Thu, 1 Mar 2018 21:26:57 +0000 (22:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Mar 2018 10:41:52 +0000 (11:41 +0100)
commit1fa7d2acce0fcbb4f8aec0199e932556a80e5bc7
tree9781366445c2c8b55d431203755076fe6df4a5ee
parent5cd4bbd7ab06e341a29a4d2135e80d2e6cf3834a
BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically

Automatic downgrade of DNS accepted payload size may have undesired side
effect, which could make a backend with all servers DOWN.

After talking with Lukas on the ML, I realized this "feature" introduces
more issues that it fixes problem.
The "best" way to handle properly big responses will be to implement DNS
over TCP.

To be backported to 1.8.
doc/configuration.txt
src/dns.c