Merge pull request #16509 from hashicorp/jbardin/get-providers

Use pooled http client for fetching providers
This commit is contained in:
James Bardin 2017-10-31 12:44:35 -04:00 committed by GitHub
commit 0265b1c0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const protocolVersionHeader = "x-terraform-protocol-version"
var releaseHost = "https://releases.hashicorp.com"
var httpClient = cleanhttp.DefaultClient()
var httpClient = cleanhttp.DefaultPooledClient()
// An Installer maintains a local cache of plugins by downloading plugins
// from an online repository.