Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 83 forks source link

Rescue Exception is evil in Ruby. You have to never do tha… #29

Closed guizmaii closed 8 years ago

guizmaii commented 8 years ago

…t. More infos : http://stackoverflow.com/a/10048406/2431728

greysteil commented 8 years ago

Would love to see this merged.

nikz commented 8 years ago

Thanks :) I do agree rescue Exception is annoying, however it's not a security issue as far as I am aware?