-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add sni hostname extension #696
Conversation
1e4d1c9
to
dfc30a9
Compare
…sni-hostname-extension
Should we alert the client if they attempt to use HTTPS without specifying "socket_options" extension? |
There was a problem hiding this 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! 😎
…pcore into add-sni-hostname-extension
There was a problem hiding this 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) |
There was a problem hiding this comment.
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.
Sorry my bad 🥲 |
closes #691