false-start.d 603 B

123456789101112131415161718
  1. c: Copyright (C) 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. This is currently only implemented in the Secure Transport (on iOS 7.0 or
  17. later, or OS X 10.9 or later) backend.