mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
This removes a hack in the code that's designed to work around a rest-client bug which was added back in 2011. Unfortunately neither comments nor commit messages bother to tell us what the nature of the bug actually was, but based on what it's rescuing, it might be rest-client/rest-client#58, which has been fixed for over five years now. Following up on the work done in #436, let's continue to try and simply the error handling paths by taking this out.