Remove deprecated getaddrinfo() flags
AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES flags are deprecated by glibc-2.28 and the deprecation warnings did cause fail of Debug build, because of -Werror. Fixes #3766.
Please register or sign in to comment