Browse Source
Go's ProcessRangeRequest returns nil (empty body, 200 OK) when parsed ranges are empty or combined range size exceeds total content size. The Rust buffered path incorrectly returned the full file data for both cases. The streaming path already handled this correctly.rust-volume-server
1 changed files with 3 additions and 11 deletions
Loading…
Reference in new issue