Skip to content

Fix handling of RETRIES parameter#312

Open
vytisb wants to merge 1 commit intojcgregorio:masterfrom
vytisb:master
Open

Fix handling of RETRIES parameter#312
vytisb wants to merge 1 commit intojcgregorio:masterfrom
vytisb:master

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