mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Little-endian is what `std.zig.Server` expects, but the old logic just send the raw bytes of the struct, so sent in native endian (causing a crash on big-endian targets).