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

Improve error handling if process is killed #68

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

Conversation

leotaku
Copy link

@leotaku leotaku commented Oct 1, 2024

Hi! I noticed that, at least on my machine, when the curl process is killed it does not reliably return with a status code above 90. For me, this currently leads to an incorrect error message when the process is killed.

This PR tries to fix that issue.

@alphapapa
Copy link
Owner

Hi Leo,

I appreciate the PR, but this is the kind of change that must be made very carefully, if at all. And before making it, I need to fully understand the problem. And it would be best if it were accompanied with a test case.

So, if you would, please open a bug report issue where we can discuss the problem and understand potential solutions. Feel free to link the PR on the issue.

@leotaku
Copy link
Author

leotaku commented Oct 2, 2024

Certainly! Will do.

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