mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
@@ -40,8 +40,8 @@ func TestBuffConnReadTimeout(t *testing.T) {
|
||||
}
|
||||
|
||||
var wg sync.WaitGroup
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
wg.Add(1)
|
||||
defer wg.Done()
|
||||
|
||||
tcpConn, terr := tcpListener.AcceptTCP()
|
||||
|
||||
Reference in New Issue
Block a user