false-start.d 508 B

123456789101112131415
  1. Long: false-start
  2. Help: Enable TLS False Start
  3. Protocols: TLS
  4. Added: 7.42.0
  5. Category: tls
  6. Example: --false-start $URL
  7. See-also: tcp-fastopen
  8. ---
  9. Tells curl to use false start during the TLS handshake. False start is a mode
  10. where a TLS client will start sending application data before verifying the
  11. server's Finished message, thus saving a round trip when performing a full
  12. handshake.
  13. This is currently only implemented in the NSS and Secure Transport (on iOS 7.0
  14. or later, or OS X 10.9 or later) backends.