mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
locks can get relinquished when Read() sees io.EOF leading to prematurely closing of the readers concurrent writes on the same object can have undesired consequences here when these locks are relinquished.