joelittlejohn / clj-http-hystrix

A Clojure library to wrap clj-http requests as hystrix commands
Eclipse Public License 1.0
22 stars 4 forks source link

bug fix: corrected handling of ExceptionInfo #2

Closed mt3593 closed 9 years ago

joelittlejohn commented 9 years ago

Cool, looks like you have made the wrapper fully compatible with :throw-exceptions now.

joelittlejohn commented 9 years ago

I've added you as a committer, feel free to merge this. It would be good to add a test for the improved throw-exceptions support.