impress/app/services
Emi Matchu be560e4595 Upgrade async and related gems, and fix async-http response handling
When playing with a Rainbow Pool syncing task, I noticed that error
handling wasn't working correctly for requests using `async-http`: if
the block raised an error, the `Sync` block would never return.

My suspicion is that this is because we were never reading or releasing
the request body.

In this change, I upgrade all the relevant gems for good measure, and
switch to using the response object yielded by the _block_, so we can
know it's being resource-managed correctly. Now, failures raise errors
as expected!

(I tested all these relevant service calls, too!)
2024-09-07 12:14:12 -07:00
..
nc_mall.rb Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
neopass.rb Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
neopets_media_archive.rb Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
owls_value_guide.rb Add User-Agent header to our OwlsValueGuide requests 2024-04-09 06:59:44 -07:00