mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
curl: add --false-start option
This commit is contained in:
parent
185914fd31
commit
1f651d1d4d
5 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue