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

Configurable time-out for network / IO operations in get-resource #12

Open
mjul opened this issue Mar 24, 2010 · 3 comments
Open

Configurable time-out for network / IO operations in get-resource #12

mjul opened this issue Mar 24, 2010 · 3 comments
Assignees
Labels

Comments

@mjul
Copy link

mjul commented Mar 24, 2010

In order to create robust code it would be great to have a configurable timeout for network operations (and possibly also other IO operations that might hit a network barrier or be unavailable), ie. in the get-resource multi-method, especially when hitting a URL or URI.

It also (indirectly) applies to html-resource and xml-resource.

@cgrand
Copy link
Owner

cgrand commented Aug 12, 2010

I don't want to grow get-resource in a full-fledged http-agent. I should make this pluggable though.

@fdserr fdserr added the feature label Jul 10, 2015
@cgrand
Copy link
Owner

cgrand commented Sep 2, 2015

@JustinIAC evaluates whether we could use clj-http (or other) as a dep for the http-client (and make the client an option as the parser is).

@cgrand cgrand closed this as completed Sep 2, 2015
@cgrand
Copy link
Owner

cgrand commented Sep 2, 2015

@JustinIAC is looking into it

@cgrand cgrand reopened this Sep 2, 2015
@fdserr fdserr self-assigned this Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants