On Wed, 25 Aug 2021 at 17:25, Nils Frielinghaus via Boost-users <[email protected]> wrote: > 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 _______________________________________________ Boost-users mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-users
