netty5/handler/src
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
..
main Enable SSL_MODE_ENABLE_FALSE_START if jdkCompatibilityMode is false (#10407) 2020-08-18 19:00:08 +02:00
test Revert #10326 due regression in FlowControlHandler 2020-08-11 08:54:00 +02:00