1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00
Harshavardhana e84f533c6c
add missing wait groups for certain io.Pipe() usage ()
wait groups are necessary with io.Pipes() to avoid
races when a blocking function may not be expected
and a Write() -> Close() before Read() races on each
other. We should avoid such situations..

Co-authored-by: Klaus Post <klauspost@gmail.com>
2021-05-11 09:18:37 -07:00
..
2021-04-23 11:58:53 -07:00
2021-04-23 11:58:53 -07:00
2021-04-23 11:58:53 -07:00