mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
`CURLOPT_SSL_FALSESTART` / `--false-start`, Secure Transport, BearSSL, GSKit, MesaLink, NSS. Follow-up to1e2e808def#17595 Follow-up to08a3e8e19a#16677 Closes #17605
559 B
559 B
| c | SPDX-License-Identifier | Long | Help | Protocols | Added | Category | Multi | See-also | Example | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | false-start | Enable TLS False Start | TLS | 7.42.0 | deprecated | boolean |
|
|
--false-start
No TLS backend currently supports this feature.
Use false start during the TLS handshake. False start is a mode where a TLS client starts sending application data before verifying the server's Finished message, thus saving a round trip when performing a full handshake.