Files
seaweedfs/weed
pingqiuandClaude Opus 4.6 39688c8a40 fix(uds): align request wire format with sra-common LocateRequest
Go server was parsing fid at bytes 0-15 (Go format), but Rust
uds_client sends opcode(1)+pad(3)+request_id(4)+fid(16) per
sra-common::uds_proto::LocateRequest repr(C).

Now Go parses: opcode at byte 0, request_id at bytes 4-7, fid at
bytes 8-23. Matches the Rust wire format exactly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 15:04:39 -08:00
..
2026-01-28 14:34:07 -08:00
2026-02-06 20:51:47 -08:00
2024-02-14 08:26:38 -08:00
2026-02-03 17:56:25 -08:00
2026-02-04 12:44:52 -08:00