-
Notifications
You must be signed in to change notification settings - Fork 145
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
Allow overriding server name #177
Conversation
76ced6d
to
da6e451
Compare
Signed-off-by: Mikail Bagishov <[email protected]>
da6e451
to
d934db6
Compare
CI failure seems unrelated |
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.
Thanks, this broadly makes sense. Some improvements suggested below.
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.
Thanks! Some minor nits left...
Thanks! |
Original case: kube-rs/kube#991
If I understand correctly, hyper-rustls (and other TLS connectors) is the only place to implement this feature since it is responsible for calling this function.