Switch to using async-http
postmodern opened this issue · 1 comments
postmodern commented
Switch from using Ruby's net/http
to using async-http. This would allow for easy connection pooling and concurrent requests, without the overhead of threads and mutexes.
postmodern commented
This might be temporarily blocked by socketry/async-http#35. The test suite depends heavily on WebMock.