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

Allow persistent connections in http-client #19

Closed
orthecreedence opened this issue Oct 14, 2012 · 1 comment
Closed

Allow persistent connections in http-client #19

orthecreedence opened this issue Oct 14, 2012 · 1 comment

Comments

@orthecreedence
Copy link
Owner

Right now, http-client always assumes request -> response -> close. it would be nice to be able to re-use a connection if needed to keep TCP overhead down if getting multiple resources from the same server (if scraping, for instance).

@orthecreedence
Copy link
Owner Author

Meh, why bother when drakma-async is on the way...

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