Skip to content

Add sni hostname extension - #696

Merged
karpetrosyan merged 10 commits into
encode:masterfrom
karpetrosyan:add-sni-hostname-extension
May 23, 2023
Merged

Add sni hostname extension#696
karpetrosyan merged 10 commits into
encode:masterfrom
karpetrosyan:add-sni-hostname-extension

Conversation

@karpetrosyan

Copy link
Copy Markdown
Contributor

closes#691

@karpetrosyan
karpetrosyanforce-pushed the add-sni-hostname-extension branch from 1e4d1c9 to dfc30a9CompareMay 22, 2023 08:40
@karpetrosyankarpetrosyan added the enhancement New feature or request label May 22, 2023
@karpetrosyan

Copy link
Copy Markdown
ContributorAuthor

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

@lovelydinosaurlovelydinosaur left a comment

Copy link
Copy Markdown
Contributor

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! 😎

Comment threadCHANGELOG.md Outdated
Comment threaddocs/extensions.md Outdated

@lovelydinosaurlovelydinosaur left a comment

Copy link
Copy Markdown
Contributor

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.

Comment threadCHANGELOG.md Outdated
- 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
Copy Markdown
Contributor

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
Copy Markdown
ContributorAuthor

Sorry my bad 🥲

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Development

Successfully merging this pull request may close these issues.

Add an sni_hostname request extension.

2 participants

@karpetrosyan@lovelydinosaur