diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_operate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index c8e9c6901..e8b434a53 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -1442,7 +1442,7 @@ static CURLcode operate_do(struct GlobalConfig *global, /* new in 7.59.0 */ if(config->happy_eyeballs_timeout_ms != CURL_HET_DEFAULT) - my_setopt(curl, CURLOPT_HAPPY_EYEBALLS_TIMEOUT, + my_setopt(curl, CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS, config->happy_eyeballs_timeout_ms); /* initialize retry vars for loop below */ |