2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: false-start
|
|
|
|
Help: Enable TLS False Start
|
|
|
|
Protocols: TLS
|
|
|
|
Added: 7.42.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --false-start $URL
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: tcp-fastopen
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Tells curl to use false start during the TLS handshake. False start is a mode
|
2023-09-08 20:32:29 +08:00
|
|
|
where a TLS client starts sending application data before verifying the
|
2016-11-16 06:44:58 +08:00
|
|
|
server's Finished message, thus saving a round trip when performing a full
|
|
|
|
handshake.
|
|
|
|
|
2023-07-30 05:44:28 +08:00
|
|
|
This is currently only implemented in the Secure Transport (on iOS 7.0 or
|
|
|
|
later, or OS X 10.9 or later) backend.
|