mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:54:15 +03:00
parent
cc372af1e9
commit
7921b41ce1
1 changed files with 1 additions and 0 deletions
|
|
@ -969,6 +969,7 @@ void curl_easy_reset(struct Curl_easy *data)
|
|||
|
||||
data->progress.flags |= PGRS_HIDE;
|
||||
data->state.current_speed = -1; /* init to negative == impossible */
|
||||
data->state.retrycount = 0; /* reset the retry counter */
|
||||
|
||||
/* zero out authentication data: */
|
||||
memset(&data->state.authhost, 0, sizeof(struct auth));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue