-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
tls: remove legacy socket BIOs and runtime guard #16023
Conversation
Signed-off-by: Florin Coras <[email protected]>
Signed-off-by: Florin Coras <[email protected]>
Signed-off-by: Florin Coras <[email protected]>
Signed-off-by: Florin Coras <[email protected]>
Signed-off-by: Florin Coras <[email protected]>
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.
Looks good, but there's a merge conflict and a test failure.
/wait |
Signed-off-by: Florin Coras <[email protected]>
Merged main so conflict should be solved now. As for the test, this should not change default logic, so could it be a flake? |
Yeah, could be a flake. Let's see what happens with this CI run. |
* tls: remove legacy socket BIOs and runtime guard Signed-off-by: Florin Coras <[email protected]> Signed-off-by: Gokul Nair <[email protected]>
Signed-off-by: Florin Coras [email protected]
Fixes #16013
Risk Level: Low
Testing: n/a
Docs Changes: n/a
Release Notes: removed envoy.reloadable_features.tls_use_io_handle_bio runtime guard