mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +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".