Go http request, “read: connection reset by peer”
I read the answer in Go http.Get, concurrency, and “Connection reset by peer”. I set the MaxConnsPerHost
to equal the number of concurrent requests. But the same request comes again, read tcp 127.0.0.1:52517->127.0.0.1:8080: read: connection reset by peer
.