aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-12-14 13:29:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-12-15 13:59:56 +0100
commitb4a39491cacde68c9ed5499db7fcc873976e1879 (patch)
tree478444c9901e9f465803c57dfe106e201d1c7de9 /docs
parentafcab2c2b602ee2ad45378505770c483d3b99207 (diff)
curl --expect100-timeout: added
This is the new command line option to set the value for the existing libcurl option CURLOPT_EXPECT_100_TIMEOUT_MS
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.17
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index eabcc9629..5cc7c7306 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -523,6 +523,13 @@ after having run curl.
(SSL) Specify the path name to the Entropy Gathering Daemon socket. The socket
is used to seed the random engine for SSL connections. See also the
\fI--random-file\fP option.
+.IP "--expect100-timeout <seconds>"
+(HTTP) Maximum time in seconds that you allow curl to wait for a 100-continue
+response when curl emits an Expects: 100-continue header in its request. By
+default curl will wait one second. This option accepts decimal values! When
+curl stops waiting, it will continue as if the response has been received.
+
+(Added in 7.47.0)
.IP "--cert-type <type>"
(SSL) Tells curl what certificate type the provided certificate is in. PEM,
DER and ENG are recognized types. If not specified, PEM is assumed.