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

Add the abilty to set a connection timeout separate from socket timeout #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaiew
Copy link

@jaiew jaiew commented Mar 30, 2017

This allows the connection timeout to be configured differently from the socket timeout.

Getting a connection should be relatively quick and you don't want to tie that to the same timeout as waiting for a request to process.

This makes the retry functionality much better as well as it only retries on connection failures.

@jaiew
Copy link
Author

jaiew commented Apr 19, 2017

Just wondering if there has been a chance to look at this?

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

Successfully merging this pull request may close these issues.

2 participants