2
0

false-start.d 610 B

1234567891011121314151617
  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. ---
  11. Tells curl to use false start during the TLS handshake. False start is a mode
  12. where a TLS client will start sending application data before verifying the
  13. server's Finished message, thus saving a round trip when performing a full
  14. handshake.
  15. This is currently only implemented in the NSS and Secure Transport (on iOS 7.0
  16. or later, or OS X 10.9 or later) backends.