Closed vipin733 closed 6 years ago
@vipin733 Sorry for the delayed response. Can you please confirm whether this issue still require attention? If yes please re-open. Thanks!
Hi i'm also facing the same error and my use case is same, I'm trying to upload bulk files concurrently ...
I'm trying to call an external api in loop using go concurrency at one time nearly 16k but I'm getting error
net/http: request canceled (Client.Timeout exceeded while awaiting headers)
here is my impletenrtin
` var wg sync.WaitGroup wg.Add(16367)