From: Cristian Morales Vega (cristian_at_[hidden])
Date: 2021-08-25 15:01:12


On Wed, 25 Aug 2021 at 17:25, Nils Frielinghaus via Boost-users
<boost-users_at_[hidden]> 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