Add CHANGES note for [GL #3205]

(cherry picked from commit ced79790b3)
This commit is contained in:
Aram Sargsyan 2022-03-13 13:53:50 +00:00
parent 3c2816a5be
commit 964abb938f

View file

@ -1,3 +1,8 @@
5833. [bug] When encountering socket error while trying to initiate
a TCP connection to a server, dig could hang
indefinitely, when there were more servers to try.
[GL #3205]
5832. [bug] When timing-out or having other types of socket errors
during a query, dig wasn't trying to perform the lookup
using other servers, in case they exist. [GL #3128]