cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
21.03k stars 1.16k forks source link

refactor: replace request_summary with Debug trait for Session #21

Closed gengteng closed 5 months ago

gengteng commented 6 months ago

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.