Skip to content

Conversation

@hcldan
Copy link
Contributor

@hcldan hcldan commented May 23, 2025

Closes #2942

@hcldan hcldan changed the title expose the sni server name. expose the sni, if any. May 23, 2025
@hcldan hcldan force-pushed the sni branch 7 times, most recently from 90935db to 7abff6e Compare May 23, 2025 20:22
@@ -0,0 +1,8 @@
root = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not strictly related to the change, but I ran into some annoying check_style issues and it wasn't immediately clear how to properly run the checks on my machine.

This should help with general file formatting, trailing whitespace, and line endings at the end of files for those who use an editorconfig editor plugin. I highly recommend it!

@hcldan
Copy link
Contributor Author

hcldan commented Jun 3, 2025

@the10thWiz Could you please review this?

@hcldan
Copy link
Contributor Author

hcldan commented Nov 4, 2025

@SergioBenitez would you like any other changes in order to get this into master?

@the10thWiz the10thWiz merged commit 3d1de7b into rwf2:master Dec 28, 2025
16 checks passed
martynp pushed a commit to rocket-rs-community/Rocket that referenced this pull request Dec 29, 2025
Grabs the SNI from TLS connections and saves to ConenctionMeta struct. Provides
useful methods for exracting the SNI from requests.
martynp pushed a commit to rocket-rs-community/Rocket that referenced this pull request Dec 30, 2025
Grabs the SNI from TLS connections and saves to ConenctionMeta struct. Provides
useful methods for exracting the SNI from requests.
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.

HTTP spec compliance with TLS handshake

2 participants