circleci / rollcage

A Clojure client for Rollbar
Eclipse Public License 1.0
50 stars 28 forks source link

Set conn & socket timeout in http request #29

Closed cammellos closed 6 years ago

cammellos commented 6 years ago

Fixes #28 I have set the default timeout for the post request to 3 seconds, so that it does not block forever.

Thanks for the library!