25 Aug
2021
25 Aug
'21
3:01 p.m.
On Wed, 25 Aug 2021 at 17:25, Nils Frielinghaus via Boost-users
This suggests to me that it is not correct to consider the return value EAI_SYSTEM with errno = 0 as a successful return value and that it would be better to handle this as a system error with unidentified cause.
Yes, treating it as a success would be wrong. The question is whether it should be treated as: - A valid error - A post-condition violation in getaddrinfo