mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
reset the follow location counter in Curl_perform() so that we can follow
new locations on the same connection that was previously followed on
This commit is contained in:
parent
95f0714ff8
commit
aa1c3bb46d
@ -737,6 +737,9 @@ CURLcode Curl_perform(CURL *curl)
|
||||
struct connectdata *conn=NULL;
|
||||
bool port=TRUE; /* allow data->use_port to set port to use */
|
||||
|
||||
data->followlocation=0; /* reset the location-follow counter */
|
||||
data->bits.this_is_a_follow = FALSE; /* reset this */
|
||||
|
||||
Curl_pgrsStartNow(data);
|
||||
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user