blob: 65a8afb8f3e3cd4bb7af884b065f8ee94d44b0ad [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Long: false-start
2Help: Enable TLS False Start
3Protocols: TLS
4Added: 7.42.0
5---
6Tells curl to use false start during the TLS handshake. False start is a mode
7where a TLS client will start sending application data before verifying the
8server's Finished message, thus saving a round trip when performing a full
9handshake.
10
11This is currently only implemented in the NSS and Secure Transport (on iOS 7.0
12or later, or OS X 10.9 or later) backends.