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

Fix handling of RETRIES parameter #312

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

Conversation

vytisb
Copy link

@vytisb vytisb commented Sep 17, 2015

Currently, the library tries to execute a request at most RETRIES-1 times.
With the default value of RETRIES=2, you can get errors when making a new request after the server or OS has closed the socket.

With this fix, the request will be tried up to RETRIES times.

@donce
Copy link

donce commented Oct 2, 2015

I am also effected by this bug - how about merging it?

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