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

Update to allow developers to customize the fetching of the update #13

Merged
merged 1 commit into from
Oct 17, 2015
Merged

Update to allow developers to customize the fetching of the update #13

merged 1 commit into from
Oct 17, 2015

Conversation

ChrisPRobinson
Copy link
Contributor

information, diffs and binaries

The specific issue my team is hitting is occurring is io timeouts are happening in http requests. Ideally I'd like a way to be able control the http requests, perhaps to add some code to do an exponential backoff and additional requests. I was going to actually add that into this change, but decided it was best just to have a hook. People may want to do a number of things. Perhaps connect to an endpoint with a cert as another example. I added some basic tests. I can't quite add testing for everything as the osext picks the exe up. Though I though I could at least add some tests as a starting point. Further refactoring can make this easier to test.

sanbornm added a commit that referenced this pull request Oct 17, 2015
Update to allow developers to customize the fetching of the update
@sanbornm sanbornm merged commit 333a93f into sanbornm:master Oct 17, 2015
@sanbornm
Copy link
Owner

Thank you so much!

@ChrisPRobinson
Copy link
Contributor Author

Awesome, 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.

2 participants