From b4a39491cacde68c9ed5499db7fcc873976e1879 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Dec 2015 13:29:13 +0100 Subject: 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 --- docs/curl.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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 " +(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 " (SSL) Tells curl what certificate type the provided certificate is in. PEM, DER and ENG are recognized types. If not specified, PEM is assumed. -- cgit v1.2.3