From 1f651d1d4d6d3b6c05e2ebf229ccd10ae2af1991 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sat, 14 Feb 2015 18:17:04 +0100 Subject: curl: add --false-start option --- docs/curl.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/curl.1') diff --git a/docs/curl.1 b/docs/curl.1 index ff1ff5748..2846b6938 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -562,6 +562,15 @@ or no response at all is received, the verification fails. This is currently only implemented in the OpenSSL, GnuTLS and NSS backends. (Added in 7.41.0) +.IP "--false-start" + +(SSL) Tells curl to use false start during the TLS handshake. False start is a +mode where a TLS client will start sending application data before verifying +the server's Finished message, thus saving a round trip when performing a full +handshake. + +This is currently only implemented in the NSS backend. +(Added in 7.42.0) .IP "-f, --fail" (HTTP) Fail silently (no output at all) on server errors. This is mostly done to better enable scripts etc to better deal with failed attempts. In normal -- cgit v1.2.3