Skip to content

feat: extract and expose TLS SNI in session digest#902

Open
sunny026 wants to merge 4 commits into
cloudflare:mainfrom
sunny026:extract-tls-sni
Open

feat: extract and expose TLS SNI in session digest#902
sunny026 wants to merge 4 commits into
cloudflare:mainfrom
sunny026:extract-tls-sni

Conversation

@sunny026
Copy link
Copy Markdown

@sunny026 sunny026 commented Jun 2, 2026

No description provided.

sunny026 added 3 commits June 2, 2026 23:47
- Changed set_raw_path() to use p.parse::<Uri>() instead of
  Uri::builder().path_and_query(p) to correctly handle authority-form
  URIs like 'pingora.org:443' used in CONNECT requests
- Fixed raw_path() to safely handle authority-only URIs where
  path_and_query() returns None, falling back to authority() instead
  of panicking via unwrap()
- Updated unit test dummy request paths from backslash to forward
  slash to satisfy stricter URI parsing in newer http crate versions
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