Skip to content

Conversation

@hatoo
Copy link
Owner

@hatoo hatoo commented Jun 18, 2025

  • Replace all .unwrap() calls with proper error handling
  • Add try_new() methods for DefaultClient with detailed error messages
  • Fix silent error handling in certificate generation using try_get_with()
  • Improve URI parsing error handling in inject_authority and remove_authority
  • Add new error variants: UriParsingError, UriPartsError, TlsConnectorError
  • Box large error variants (Uri) to reduce memory footprint and fix clippy warnings
  • Enhance error logging with better context and graceful fallback behavior
  • Maintain backward compatibility while providing robust error resilience

🤖 Generated with Claude Code

- Replace all .unwrap() calls with proper error handling
- Add try_new() methods for DefaultClient with detailed error messages
- Fix silent error handling in certificate generation using try_get_with()
- Improve URI parsing error handling in inject_authority and remove_authority
- Add new error variants: UriParsingError, UriPartsError, TlsConnectorError
- Box large error variants (Uri) to reduce memory footprint and fix clippy warnings
- Enhance error logging with better context and graceful fallback behavior
- Maintain backward compatibility while providing robust error resilience

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@hatoo hatoo merged commit 2fed770 into master Jun 18, 2025
3 checks passed
@hatoo hatoo deleted the fix-error-handling2 branch November 8, 2025 07:10
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