Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@austin3dickey
Copy link
Contributor

This PR fixes a few issues where an unsuccessful request_perform() during a RETRY() will prematurely fatal with the following error message:

Error in UseMethod("http_error") : no applicable method for 'http_error' applied to an object of class "c('simpleError', 'error', 'condition')"

Now, RETRY() will successfully retry in those cases. This fix was @hadley 's suggestion.

Fixes #569
Fixes #574

@hadley hadley merged commit 0dc7559 into r-lib:master Apr 1, 2019
@hadley
Copy link
Member

hadley commented Apr 1, 2019

Thanks!

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.

RETRY errors on curl timeout RETRY error message

2 participants