mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +00:00
According to documentation ETIMEDOUT (110) is a valid error code for the read function. I just had my long-running (been running for about 7 weeks) network program crash because it did not handle the ETIMEDOUT error code from "read".