Can somebody explain me how to configure http client to reuse connections?In my example number of TIME_WAIT connections is continuously growing.
Close connections. Do it explicitly or by disallowing keepalive at transport level or by using HTTP1.0 or setting ReadTimeout.
Or configure the client to send connection: close at the last request.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.