Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

normanmaurer
Copy link
Member

Motivation:
Loop was adding nativeSslSession to the toBeRemoved list, instead of the loop variable sslSession.

Modification:
Add the loop variable instead, because the nativeSslSession can very likely be null at that point, and is specifically also not the session we want to remove.

Result:
Fewer bugs in SSL session caching

Motivation:
Loop was adding `nativeSslSession` to the `toBeRemoved` list, instead of
the loop variable `sslSession`.

Modification:
Add the loop variable instead, because the `nativeSslSession` can very
likely be null at that point, and is specifically also not the session
we want to remove.

Result:
Fewer bugs in SSL session caching
@normanmaurer normanmaurer added this to the 4.2.0.Alpha5 milestone Sep 24, 2024
@normanmaurer normanmaurer merged commit 5e5a5e8 into 4.2 Sep 24, 2024
3 checks passed
@normanmaurer normanmaurer deleted the fix branch September 24, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants