mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-24 20:22:01 +00:00
358fd314ea
A single Read on the response body can return the last bytes together with io.EOF, so asserting NoError on it fails even though the body is complete. Use io.ReadAll, like every other test in this package.