1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 13:04:15 -04:00
Anis Elleuch 6df20734f9 Avoid logging the body of the http 206 response ()
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.
2018-08-08 12:34:42 -07:00
..