mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
4c23e6fa55
A race is detected between a bytes.Buffer generated with cmd/rpc.Pool and http2 module. An issue is raised in golang (https://github.com/golang/go/issues/31192). Meanwhile, this commit disables Pool in RPC code and it generates a new 1kb of bytes.Buffer for each RPC call.