Open victor-simida opened 5 years ago
Now i can set the CheckRedirect before the concurrent invoke but i don't think this is a good solution.
http.DefaultClient.CheckRedirect = func(req *http.Request, via []*http.Request) error {
return nil
}
golang version
go1.11.1
code
go run --race main.go shows:
Check this out please!