Files
seaweedfs/weed/server
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
..
2025-12-26 13:26:25 -08:00