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

chore: Improve Debug implementation #422

Merged
merged 3 commits into from
Feb 10, 2025
Merged

chore: Improve Debug implementation #422

merged 3 commits into from
Feb 10, 2025

Conversation

0x676e67
Copy link
Owner

@0x676e67 0x676e67 commented Feb 10, 2025

This pull request includes several changes to improve the debugging capabilities and simplify the codebase in the src/client/http.rs and src/tls modules. The most important changes include adding new fields to the Config struct, implementing the Debug trait for several structs, and removing the impl_debug macro usage.

Improvements to debugging capabilities:

Codebase simplification:

  • src/client/http.rs: Added new fields to the Config struct, such as connect_timeout, connection_verbose, pool_idle_timeout, and others.
  • src/tls/conf.rs: Removed the impl_debug macro usage for the TlsConfig struct and added the Debug trait to it. [1] [2] [3]

@0x676e67 0x676e67 merged commit 566a33b into main Feb 10, 2025
4 checks passed
@0x676e67 0x676e67 deleted the chore branch February 10, 2025 09:32
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.

1 participant