aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-02-14 18:17:04 +0100
committerKamil Dudka <kdudka@redhat.com>2015-03-20 20:14:35 +0100
commit1f651d1d4d6d3b6c05e2ebf229ccd10ae2af1991 (patch)
treed606067ca21c456b6ca41edfa41768a8421c17bb /docs/curl.1
parent185914fd317043d64d48155fb3dfbba4e8a7a294 (diff)
curl: add --false-start option
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.19
1 files changed, 9 insertions, 0 deletions
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