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

Skip to content

Conversation

@abraunegg
Copy link
Owner

  • Curl 8.14.1 (or maybe earlier) has changed output messaging when curl exceptions are raised. This has caused the curl exception handling / retry handling to fail due to unable to match error log output.
  • Add an exception fallback to ensure retry interval is enforced in case of unknown CurlException event

…e to changed curl messaging

* Curl 8.14.1 (or maybe earlier) has changed output messaging when curl exceptions are raised. This has caused the curl exception handling / retry handling to fail due to unable to match error log output.
* Add an exception fallback to ensure retry interval is enforced in case of unknown CurlException event
@abraunegg abraunegg added this to the v2.5.7 milestone Aug 4, 2025
@abraunegg abraunegg linked an issue Aug 4, 2025 that may be closed by this pull request
* Simplify fallback error message
* Update calculateBackoff() function to prevent integer overflow
@abraunegg abraunegg merged commit 5ee95b8 into master Aug 5, 2025
10 checks passed
@abraunegg abraunegg deleted the fix-issue-3410 branch August 5, 2025 19:25
@abraunegg
Copy link
Owner Author

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Repository owner locked and limited conversation to collaborators Aug 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Infinite loop after a failed network connection

2 participants