xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: false-start |
| 4 | Help: Enable TLS False Start |
| 5 | Protocols: TLS |
| 6 | Added: 7.42.0 |
| 7 | Category: tls |
| 8 | Example: --false-start $URL |
| 9 | See-also: tcp-fastopen |
| 10 | Multi: boolean |
| 11 | --- |
| 12 | Tells curl to use false start during the TLS handshake. False start is a mode |
| 13 | where a TLS client will start sending application data before verifying the |
| 14 | server's Finished message, thus saving a round trip when performing a full |
| 15 | handshake. |
| 16 | |
| 17 | This is currently only implemented in the NSS and Secure Transport (on iOS 7.0 |
| 18 | or later, or OS X 10.9 or later) backends. |