brettlangdon / node-dogapi

Datadog API Node.JS Client
https://brettlangdon.github.io/node-dogapi/
105 stars 45 forks source link

Added timeout to HTTPS request #56

Closed hortemo closed 7 years ago

hortemo commented 7 years ago

Without a timeout, the socket can "hang" waiting for a response.

brettlangdon commented 7 years ago

@hortemo thank you for the contribution!

I just deployed version 2.8.0 with this change.