mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +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
|
|
@ -4871,7 +4871,7 @@ static int conn_upkeep(struct connectdata *conn,
|
|||
return 0; /* continue iteration */
|
||||
}
|
||||
|
||||
CURLcode Curl_conn_upkeep(struct conncache *conn_cache,
|
||||
CURLcode Curl_upkeep(struct conncache *conn_cache,
|
||||
void *data)
|
||||
{
|
||||
/* Loop over every connection and make connection alive. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue