mirror of
https://github.com/curl/curl.git
synced 2026-08-13 19:22:07 +03:00
urldata: remove duplicate 'upkeep_interval_ms' from connectdata
... and rely only on the value already set in Curl_easy. Closes #6534
This commit is contained in:
parent
d6a37c23a3
commit
1c3def53c7
3 changed files with 1 additions and 6 deletions
|
|
@ -1674,9 +1674,6 @@ static struct connectdata *allocate_conn(struct Curl_easy *data)
|
|||
/* Store current time to give a baseline to keepalive connection times. */
|
||||
conn->keepalive = Curl_now();
|
||||
|
||||
/* Store off the configured connection upkeep time. */
|
||||
conn->upkeep_interval_ms = data->set.upkeep_interval_ms;
|
||||
|
||||
conn->data = data; /* Setup the association between this connection
|
||||
and the Curl_easy */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue