Separate resumption across security domains (redux)#2722
Merged
Conversation
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesThere are no significant wall-time differences Other differencesClick to expand
Memory usageKey:
Significant differencesClick to expand
Additional informationCheckout details:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2722 +/- ##
==========================================
- Coverage 93.66% 93.64% -0.02%
==========================================
Files 100 101 +1
Lines 22043 22108 +65
Branches 634 634
==========================================
+ Hits 20646 20703 +57
- Misses 1249 1257 +8
Partials 148 148 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment was marked as resolved.
This comment was marked as resolved.
This was referenced Oct 27, 2025
42b3cfa to
a1f4262
Compare
bf74743 to
0e4c751
Compare
ed11ed5 to
5d16b61
Compare
djc
approved these changes
Nov 18, 2025
Eventually it becomes impossible to discern the two cases, so this logging cannot be sustained.
5d16b61 to
36a90b2
Compare
This shards multiple incompatible uses of the same session store.
36a90b2 to
8dbb061
Compare
Member
Author
|
This should also address/ameliorate quinn-rs/quinn#2299 |
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.
This is a different approach to solving #2284 and effectively reverts #2361. It is actually described in that bug (the paragraph starting "The best behaviour ...") but that wasn't possible at the time.
This is a draft -- looking for any thoughts on the overall approach rather than any details at this point. Relies on some (non-breaking) changes in pki-types and webpki too.