mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-20 01:25:08 +00:00
6df20734f9
When an S3 client issues a GET request with range specified, Minio server returns some partial data with 206 http code. The latter is sent in MINIO_HTTP_TRACE output which is incorrect. This PR fixes the issue.