pingora
pingora copied to clipboard
refactor: replace request_summary with Debug trait for Session
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.