pingora icon indicating copy to clipboard operation
pingora copied to clipboard

refactor: replace request_summary with Debug trait for Session

Open gengteng opened this issue 1 year ago • 0 comments

Replaced custom request_summary with idiomatic Debug implementations for Session and its variants. This refactor makes the codebase more aligned with Rust's conventions and simplifies debugging.

gengteng avatar Feb 29 '24 02:02 gengteng