mirror of
https://github.com/pgsty/minio.git
synced 2026-03-17 07:25:10 +01:00
When reading `TrafficMeter` values, there was a value receiver. This means that receivers are copied unsafely when invoked. Fixes race seen with `-race` build.