mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +03:00
curl_easy_upkeep: removed 'conn' from the name
... including the associated option. Fixes #2951 Closes #2952
This commit is contained in:
parent
7b655fcbad
commit
17ca0ccff4
13 changed files with 32 additions and 32 deletions
|
|
@ -2624,7 +2624,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option,
|
|||
va_arg(param, char *));
|
||||
data->set.doh = data->set.str[STRING_DOH]?TRUE:FALSE;
|
||||
break;
|
||||
case CURLOPT_CONN_UPKEEP_INTERVAL_MS:
|
||||
case CURLOPT_UPKEEP_INTERVAL_MS:
|
||||
arg = va_arg(param, long);
|
||||
if(arg < 0)
|
||||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue