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

Avoid panic after connection failure #949

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

qiulaidongfeng
Copy link
Contributor

Return false after printing error information to avoid panic
fix #948

Download function, when client.Do returns err= Nil, return false after printing the error message to avoid panic
@coreybutler coreybutler merged commit 9e6204a into coreybutler:master Mar 19, 2023
@coreybutler
Copy link
Owner

Good idea. Thank you.

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.

After connection failure, panic
2 participants