Add TLS 1.3 half-open support - #12503
Closed
masaori335 wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Masakazu Kitajo <maskit@apache.org>
masaori335
marked this pull request as ready for review
September 17, 2025 06:04
masaori335
marked this pull request as draft
September 24, 2025 05:02
Contributor
Author
|
Draft while internal testing to make sure no connection leak. |
Contributor
Author
|
The original motivation of this PR was fixing the background fill issue, #12473. After some trials, we found it's fixed without this change, so I'm closing this. It's nice to have half-open support of TLS 1.3, but this PR probably has the same connection leak issue which we faced by merging #12502 and fixed by #12529. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of fix for #12473. Depends on #12502.
Co-authored-by: Masakazu Kitajo maskit@apache.org