mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
Dirk Manske brought the patch that introduces two new CURLINFO_* values:
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
This commit is contained in:
parent
29e873b12d
commit
62d205a2ec
7 changed files with 44 additions and 1 deletions
|
|
@ -1312,6 +1312,8 @@ CURLcode Curl_perform(struct SessionHandle *data)
|
|||
*/
|
||||
break;
|
||||
}
|
||||
Curl_pgrsTime(data, TIMER_REDIRECT);
|
||||
Curl_pgrsResetTimes(data);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue