-
Notifications
You must be signed in to change notification settings - Fork 960
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
Interested in support for persistent http connections? #155
Comments
updated original description to refer to the persistent_http gem as it appears to be a much better candidate. |
+1 |
Connection adapters is pulled. Feel free to release a separate gem that relies on persistent_http or whatever. Closing. Thanks! |
I have released a gem that uses the connection adapter feature to provide persistent http connections. It is available on rubygems.org. https://github.com/soupmatt/persistent_httparty |
I have both need and development time to add support for persistent http connections to httparty for my employer. I can see two ways of doing it. One would be to write a separate gem to monkey patch httparty. The other would be the change httparty such that if the persistent_http gem is present, it can be used for persistent http connections. I would prefer the later approach. Would you be interested in a pull request for such a feature?
The text was updated successfully, but these errors were encountered: