Chris S. Kim 03df6c3ac6
Reuse http.DefaultTransport in UIMetricsProxy (#14521)
http.Transport keeps a pool of connections and should be reused when possible. We instantiate a new http.DefaultTransport for every metrics request, making large numbers of concurrent requests inefficiently spin up new connections instead of reusing open ones.
2022-09-08 11:02:05 -04:00
..
2022-01-20 10:46:23 -06:00
2022-05-09 10:07:19 -07:00
2022-04-05 15:11:49 -07:00
2022-04-05 15:11:49 -07:00
2022-06-29 09:46:37 -07:00