signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 51 forks source link

Adjust close to check for non-nil and be before returns on errors #81

Closed cory-signalfx closed 4 years ago

cory-signalfx commented 4 years ago

Summary

Makes the following changes

Motivation

There have been some reports of hanging in the Terraform provider and I decided to go over our HTTP client use with a fine-tooth comb. Turns out there are definitely some places where this could happen.