Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using async-http #76

Open
postmodern opened this issue Jan 29, 2022 · 1 comment
Open

Switch to using async-http #76

postmodern opened this issue Jan 29, 2022 · 1 comment
Assignees

Comments

@postmodern
Copy link
Owner

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
Copy link
Owner Author

postmodern commented Jan 29, 2022

This might be temporarily blocked by socketry/async-http#35. The test suite depends heavily on WebMock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant