1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 13:04:15 -04:00
Harshavardhana 064f36ca5a
move to GET for internal stream READs instead of POST ()
the main reason is to let Go net/http perform necessary
book keeping properly, and in essential from consistency
point of view its GETs all the way.

Deprecate sendFile() as its buggy inside Go runtime.
2024-07-26 05:55:01 -07:00
..