netty5/handler/src/main/java/io/netty
Norman Maurer 32178fac7f
Enable SSL_MODE_ENABLE_FALSE_START if jdkCompatibilityMode is false (#10407)
Motivation:

To reduce latency and RTTs we should use TLS False Start when jdkCompatibilityMode is not required and its supported

Modifications:

Use SSL_MODE_ENABLE_FALSE_START when jdkCompatibilityMode is false

Result:

Less RTTs and so lower latency when TLS False Start is supported
2020-08-18 19:00:08 +02:00
..
handler Enable SSL_MODE_ENABLE_FALSE_START if jdkCompatibilityMode is false (#10407) 2020-08-18 19:00:08 +02:00