Ingela/ssl/psk binder/otp 20216#11282
Open
IngelaAndin wants to merge 3 commits into
Open
Conversation
Contributor
CT Test Results 2 files 66 suites 25m 46s ⏱️ For more details on these failures, see this check. Results for commit 713ea2a. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts
// Erlang/OTP Github Action Bot |
799a117 to
a86231a
Compare
7f9f809 to
9535182
Compare
u3s
previously approved these changes
Jun 25, 2026
9535182 to
bb3bd08
Compare
bb3bd08 to
6c325a9
Compare
As TLS-1.3 ticket usages is an optional feature the server handling it will be started on demand and is local to to the TLS server that it was configured for. Due to this restart to recover from intermediate bugs via supervisor tree are unpractical and it should instead be a temporary process under its simple_one_for_one supervisor and restart handled on demand. Note that if it would crash so restart is needed old ticket are useless as the server state is lost.
6c325a9 to
713ea2a
Compare
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.
No description provided.