impress/vendor
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
..
bundle/ruby/3.1.0/bundler/gems Delete some unused public/assets files 2023-10-23 19:05:09 -07:00
cache Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
plugins rails 3 2010-05-14 18:12:31 -04:00
.gitignore [WIP] Build a dev container 2023-10-25 11:46:14 -07:00