You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: