Merge pull request #513 from kyarovoy/patch-1

Update provider_client.go
diff --git a/provider_client.go b/provider_client.go
index 152a091..53fce73 100644
--- a/provider_client.go
+++ b/provider_client.go
@@ -177,6 +177,9 @@
 		}
 	}
 
+	// Set connection parameter to close the connection immediately when we've got the response
+	req.Close = true
+	
 	// Issue the request.
 	resp, err := client.HTTPClient.Do(req)
 	if err != nil {