Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sni hostname extension #696

Merged
merged 10 commits into from
May 23, 2023

Conversation

karpetrosyan
Copy link
Member

closes #691

@karpetrosyan karpetrosyan added the enhancement New feature or request label May 22, 2023
@karpetrosyan
Copy link
Member Author

Should we alert the client if they attempt to use HTTPS without specifying "socket_options" extension?

Copy link
Member

@tomchristie tomchristie left a comment

Choose a reason for hiding this comment

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

Nice one, yup. This is a clear win.
Needs adding to the docs and the changelog then it's good to go.

Thanks! 😎

CHANGELOG.md Outdated Show resolved Hide resolved
docs/extensions.md Outdated Show resolved Hide resolved
Copy link
Member

@tomchristie tomchristie left a comment

Choose a reason for hiding this comment

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

One last tweak needed here.

CHANGELOG.md Outdated
@@ -9,6 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Improve logging with per-module logger names. (#690)
- Resolve race condition during import of `anyio` package. (#692)
- Enable TCP_NODELAY for all synchronous sockets. (#651)
- Add `socket_options` argument to `ConnectionPool` and `HTTProxy` classes. (#668)
Copy link
Member

Choose a reason for hiding this comment

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

Just noticed this isn't in the correct pull request.

@karpetrosyan
Copy link
Member Author

Sorry my bad 🥲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an sni_hostname request extension.
2 participants