Skip to content
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

Enable client side session cache when using native SSL by default #13562

Merged
merged 1 commit into from
Aug 24, 2023

Commits on Aug 22, 2023

  1. Enable client side session cache when using native SSL by default

    Motivation:
    
    When we introduced support for client side session caching for our native SSL implementation we disabled it by default as some java versions had a bug that could result in a NPE. This was fixed for all java versions >= 8 for a while. Let's enable it by default so people will receive the performance gains with the need to adjust properties.
    
    Related JDK ticket:
    https://bugs.openjdk.org/browse/JDK-8241248
    
    Modifications:
    
    Set io.netty.handler.ssl.openssl.sessionCacheClient to true by default
    
    Result:
    
    Enable client session caching by default.
    normanmaurer committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a7494f9 View commit details
    Browse the repository at this point in the history