aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
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 /src/tool_cfgable.h
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 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 85b8bcfee..b92a273d1 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -214,6 +214,7 @@ struct OperationConfig {
char *unix_socket_path; /* path to Unix domain socket */
bool falsestart;
bool path_as_is;
+ double expect100timeout;
struct GlobalConfig *global;
struct OperationConfig *prev;
struct OperationConfig *next; /* Always last in the struct */