mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 06:15:21 +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).