prometheus/util/httputil
Bryan Boreham a8cce41882 Set MaxIdleConnsPerHost alongside MaxIdleConns (#3592)
Otherwise it defaults to 2, and Go will close extra connections as
soon as a request is finished.
See https://github.com/golang/go/issues/13801
2017-12-17 15:15:04 +00:00
..
testdata Adding tests for util/httputil/client (#3002) 2017-08-09 13:23:57 +01:00
client.go Set MaxIdleConnsPerHost alongside MaxIdleConns (#3592) 2017-12-17 15:15:04 +00:00
client_test.go Added go-conntrack for monitoring http connections (#3241) 2017-10-06 11:22:19 +01:00
compression.go Move pkg/ to util/ 2015-06-01 21:12:32 +02:00