Is there any relationship with http.Agent.maxSockets and the number of sockets created on the server?
I set maxSockets to 30 using http.Agent(), but there are still TIME_WAIT signals a lot. It seems like more than 30.
Is that impossible to control socket number by http.Agent()? How can I reduce the number of TIME_WAIT?