mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
8315bcd0d8
When reading `TrafficMeter` values, there was a value receiver. This means that receivers are copied unsafely when invoked. Fixes race seen with `-race` build.