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

Interested in support for persistent http connections? #155

Closed
soupmatt opened this issue Aug 9, 2012 · 4 comments
Closed

Interested in support for persistent http connections? #155

soupmatt opened this issue Aug 9, 2012 · 4 comments

Comments

@soupmatt
Copy link
Contributor

soupmatt commented Aug 9, 2012

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?

@soupmatt
Copy link
Contributor Author

soupmatt commented Aug 9, 2012

updated original description to refer to the persistent_http gem as it appears to be a much better candidate.

@radiospiel
Copy link

+1

@jnunemaker
Copy link
Owner

Connection adapters is pulled. Feel free to release a separate gem that relies on persistent_http or whatever. Closing. Thanks!

@soupmatt
Copy link
Contributor Author

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

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

No branches or pull requests

3 participants